#5D3915

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

Shades of Baker's Chocolate #5D3915

Tints of Baker's Chocolate #5D3915

Color information

#5D3915 (or 0x5D3915) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 39 and 15. RGB value is (93,57,21). Sum of RGB (Red+Green+Blue) = 93+57+21=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3915 is #A2C6EA. Grayscale: #3F3F3F. Windows color (decimal): -10667755 or 1390941. OLE color: 1390941.

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

Color convert

RGB935721-
CMYK00.390.770.64
HSL30º63.16%22.35%-
HSV(B)30º77.42%36.47%-
XYZ6.115.311.41-
YUV63.66103.93148.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.39%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=54.39%
G=33.33%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93572100.390.770.643063.1622.35
Hex5D39150274D401e3f16
Octal1357125047115100367726
Binary1011101111001101010100111100110110000001111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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