#5B3715

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

Shades of Baker's Chocolate #5B3715

Tints of Baker's Chocolate #5B3715

Color information

#5B3715 (or 0x5B3715) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 37 and 15. RGB value is (91,55,21). Sum of RGB (Red+Green+Blue) = 91+55+21=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3715 is #A4C8EA. Grayscale: #3E3E3E. Windows color (decimal): -10799339 or 1390427. OLE color: 1390427.

HSL color Cylindrical-coordinate representation of color #5B3715: hue angle of 29.14º degrees, saturation: 0.62, 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 #5B3715 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB915521-
CMYK00.400.770.64
HSL29.14º62.5%21.96%-
HSV(B)29.14º76.92%35.69%-
XYZ5.825.011.37-
YUV61.89104.93148.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.49%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=54.49%
G=32.93%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91552100.400.770.6429.1462.521.96
Hex5B37150284D401d3e16
Octal1336725050115100357626
Binary1011011110111101010101000100110110000001110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,55,21); }

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

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

 a { background-color: rgb(91,55,21); }

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

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

 span { border-color: rgb(91,55,21); }

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