#5D3912

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

Shades of Baker's Chocolate #5D3912

Tints of Baker's Chocolate #5D3912

Color information

#5D3912 (or 0x5D3912) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 39 and 12. RGB value is (93,57,18). Sum of RGB (Red+Green+Blue) = 93+57+18=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3912 is #A2C6ED. Grayscale: #3F3F3F. Windows color (decimal): -10667758 or 1194333. OLE color: 1194333.

HSL color Cylindrical-coordinate representation of color #5D3912: hue angle of 31.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D3912 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB935718-
CMYK00.390.810.64
HSL31.2º67.57%21.76%-
HSV(B)31.2º80.65%36.47%-
XYZ6.095.31.27-
YUV63.32102.43149.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.36%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=55.36%
G=33.93%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93571800.390.810.6431.267.5721.76
Hex5D391202751401f4416
Octal13571220471211003710426
Binary10111011110011001001001111010001100000011111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,18); }

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

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

 a { background-color: rgb(93,57,18); }

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

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

 span { border-color: rgb(93,57,18); }

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