#5F290D

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

Shades of Baker's Chocolate #5F290D

Tints of Baker's Chocolate #5F290D

Color information

#5F290D (or 0x5F290D) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 29 and 0D. RGB value is (95,41,13). Sum of RGB (Red+Green+Blue) = 95+41+13=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F290D is #A0D6F2. Grayscale: #363636. Windows color (decimal): -10540787 or 862559. OLE color: 862559.

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

Color convert

RGB954113-
CMYK00.570.860.63
HSL20.49º75.93%21.18%-
HSV(B)20.49º86.32%37.25%-
XYZ5.584.050.87-
YUV53.95104.89157.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 63.76%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=63.76%
G=27.52%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95411300.570.860.6320.4975.9321.18
Hex5F29D039563F144c15
Octal1375115071126772411425
Binary101111110100111010111001101011011111110100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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