#5F2709

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

Shades of Baker's Chocolate #5F2709

Tints of Baker's Chocolate #5F2709

Color information

#5F2709 (or 0x5F2709) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 27 and 09. RGB value is (95,39,9). Sum of RGB (Red+Green+Blue) = 95+39+9=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2709 is #A0D8F6. Grayscale: #343434. Windows color (decimal): -10541303 or 599903. OLE color: 599903.

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

Color convert

RGB95399-
CMYK00.590.910.63
HSL20.93º82.69%20.39%-
HSV(B)20.93º90.53%37.25%-
XYZ5.493.90.72-
YUV52.32103.55158.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 66.43%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=66.43%
G=27.27%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9539900.590.910.6320.9382.6920.39
Hex5F27903B5B3F155314
Octal1374711073133772512324
Binary101111110011110010111011101101111111110101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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