#5F2B09

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

Shades of Baker's Chocolate #5F2B09

Tints of Baker's Chocolate #5F2B09

Color information

#5F2B09 (or 0x5F2B09) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 2B and 09. RGB value is (95,43,9). Sum of RGB (Red+Green+Blue) = 95+43+9=147 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.63% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2B09 is #A0D4F6. Grayscale: #363636. Windows color (decimal): -10540279 or 600927. OLE color: 600927.

HSL color Cylindrical-coordinate representation of color #5F2B09: hue angle of 23.72º 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 #5F2B09 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB95439-
CMYK00.550.910.63
HSL23.72º82.69%20.39%-
HSV(B)23.72º90.53%37.25%-
XYZ5.634.180.77-
YUV54.67102.23156.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 64.63%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=64.63%
G=29.25%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9543900.550.910.6323.7282.6920.39
Hex5F2B90375B3F185314
Octal1375311067133773012324
Binary101111110101110010110111101101111111111000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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