#5B3417

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

Shades of Baker's Chocolate #5B3417

Tints of Baker's Chocolate #5B3417

Color information

#5B3417 (or 0x5B3417) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 34 and 17. RGB value is (91,52,23). Sum of RGB (Red+Green+Blue) = 91+52+23=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3417 is #A4CBE8. Grayscale: #3C3C3C. Windows color (decimal): -10800105 or 1520731. OLE color: 1520731.

HSL color Cylindrical-coordinate representation of color #5B3417: hue angle of 25.59º 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 #5B3417 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB915223-
CMYK00.430.750.64
HSL25.59º59.65%22.35%-
HSV(B)25.59º74.73%35.69%-
XYZ5.74.741.43-
YUV60.36106.92149.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 54.82%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=54.82%
G=31.33%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91522300.430.750.6425.5959.6522.35
Hex5B341702B4B401a3c16
Octal1336427053113100327426
Binary1011011110100101110101011100101110000001101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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