#5F2608

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

Shades of Baker's Chocolate #5F2608

Tints of Baker's Chocolate #5F2608

Color information

#5F2608 (or 0x5F2608) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 26 and 08. RGB value is (95,38,8). Sum of RGB (Red+Green+Blue) = 95+38+8=141 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.38% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2608 is #A0D9F7. Grayscale: #333333. Windows color (decimal): -10541560 or 534111. OLE color: 534111.

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

Color convert

RGB95388-
CMYK00.600.920.63
HSL20.69º84.47%20.2%-
HSV(B)20.69º91.58%37.25%-
XYZ5.463.840.68-
YUV51.62103.38158.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 67.38%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 8 (3.52% from 255) = 5.67%
R=67.38%
G=26.95%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9538800.600.920.6320.6984.4720.2
Hex5F26803C5C3F155414
Octal1374610074134772512424
Binary101111110011010000111100101110011111110101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,38,8); }

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

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

 a { background-color: rgb(95,38,8); }

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

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

 span { border-color: rgb(95,38,8); }

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