#5F2909

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

Shades of Baker's Chocolate #5F2909

Tints of Baker's Chocolate #5F2909

Color information

#5F2909 (or 0x5F2909) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 29 and 09. RGB value is (95,41,9). Sum of RGB (Red+Green+Blue) = 95+41+9=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2909 is #A0D6F6. Grayscale: #353535. Windows color (decimal): -10540791 or 600415. OLE color: 600415.

HSL color Cylindrical-coordinate representation of color #5F2909: hue angle of 22.33º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F2909 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB95419-
CMYK00.570.910.63
HSL22.33º82.69%20.39%-
HSV(B)22.33º90.53%37.25%-
XYZ5.564.040.74-
YUV53.5102.89157.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 65.52%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=65.52%
G=28.28%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9541900.570.910.6322.3382.6920.39
Hex5F2990395B3F165314
Octal1375111071133772612324
Binary101111110100110010111001101101111111110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,41,9); }

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

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

 a { background-color: rgb(95,41,9); }

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

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

 span { border-color: rgb(95,41,9); }

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