#5F3400

Color #5F3400 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5F3400

Tints of Baker's Chocolate #5F3400

Color information

#5F3400 (or 0x5F3400) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 34 and 00. RGB value is (95,52,0). Sum of RGB (Red+Green+Blue) = 95+52+0=147 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.63% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3400 is #A0CBFF. Grayscale: #3B3B3B. Windows color (decimal): -10537984 or 13407. OLE color: 13407.

HSL color Cylindrical-coordinate representation of color #5F3400: hue angle of 32.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F3400 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB95520-
CMYK00.4510.63
HSL32.84º100%18.63%-
HSV(B)32.84º100%37.25%-
XYZ5.954.890.63-
YUV58.9394.75153.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 64.63%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.63%
G=35.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9552000.4510.6332.8410018.63
Hex5F34002D643F216413
Octal137640055144774114423
Binary1011111110100001011011100100111111100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3400; }

 p { color: rgb(95,52,0); }

 H1.HeaderClassName
 {
   color: #5F3400;
 }
 .AnyTagClassName
 {
   color: #5F3400;
 }
</style>
background-color css

<style>
 a { background-color: #5F3400; }

 a { background-color: rgb(95,52,0); }

 div.DivClassName
 {
   background-color: #5F3400;
 }
 .BgClassName
 {
   background-color: #5F3400;
 }
</style>
border-color css

<style>
 span { border-color: #5F3400; }

 span { border-color: rgb(95,52,0); }

 td.TdClassName
 {
   border-color: #5F3400;
 }
 .TagClassName
 {
   border-color: #5F3400;
 }
</style>