#5F3011

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

Shades of Baker's Chocolate #5F3011

Tints of Baker's Chocolate #5F3011

Color information

#5F3011 (or 0x5F3011) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 30 and 11. RGB value is (95,48,17). Sum of RGB (Red+Green+Blue) = 95+48+17=160 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.38% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3011 is #A0CFEE. Grayscale: #3A3A3A. Windows color (decimal): -10538991 or 1126495. OLE color: 1126495.

HSL color Cylindrical-coordinate representation of color #5F3011: hue angle of 23.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F3011 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB954817-
CMYK00.490.820.63
HSL23.85º69.64%21.96%-
HSV(B)23.85º82.11%37.25%-
XYZ5.884.591.11-
YUV58.52104.57154.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 59.38%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 17 (7.03% from 255) = 10.62%
R=59.38%
G=30%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95481700.490.820.6323.8569.6421.96
Hex5F3011031523F184616
Octal1376021061122773010626
Binary1011111110000100010110001101001011111111000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,48,17); }

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

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

 a { background-color: rgb(95,48,17); }

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

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

 span { border-color: rgb(95,48,17); }

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