#5D2308

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

Shades of Baker's Chocolate #5D2308

Tints of Baker's Chocolate #5D2308

Color information

#5D2308 (or 0x5D2308) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 23 and 08. RGB value is (93,35,8). Sum of RGB (Red+Green+Blue) = 93+35+8=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2308 is #A2DCF7. Grayscale: #313131. Windows color (decimal): -10673400 or 533341. OLE color: 533341.

HSL color Cylindrical-coordinate representation of color #5D2308: hue angle of 19.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D2308 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB93358-
CMYK00.620.910.64
HSL19.06º84.16%19.8%-
HSV(B)19.06º91.4%36.47%-
XYZ5.163.550.64-
YUV49.26104.72159.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 68.38%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=68.38%
G=25.74%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9335800.620.910.6419.0684.1619.8
Hex5D23803E5B40135414
Octal13543100761331002312424
Binary1011101100011100001111101011011100000010011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,8); }

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

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

 a { background-color: rgb(93,35,8); }

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

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

 span { border-color: rgb(93,35,8); }

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