#5B3517

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

Shades of Baker's Chocolate #5B3517

Tints of Baker's Chocolate #5B3517

Color information

#5B3517 (or 0x5B3517) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 35 and 17. RGB value is (91,53,23). Sum of RGB (Red+Green+Blue) = 91+53+23=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3517 is #A4CAE8. Grayscale: #3D3D3D. Windows color (decimal): -10799849 or 1520987. OLE color: 1520987.

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

Color convert

RGB915323-
CMYK00.420.750.64
HSL26.47º59.65%22.35%-
HSV(B)26.47º74.73%35.69%-
XYZ5.744.831.44-
YUV60.94106.59149.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.49%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=54.49%
G=31.74%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91532300.420.750.6426.4759.6522.35
Hex5B351702A4B401a3c16
Octal1336527052113100327426
Binary1011011110101101110101010100101110000001101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,23); }

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

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

 a { background-color: rgb(91,53,23); }

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

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

 span { border-color: rgb(91,53,23); }

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