#5B3C0A

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

Shades of Baker's Chocolate #5B3C0A

Tints of Baker's Chocolate #5B3C0A

Color information

#5B3C0A (or 0x5B3C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 3C and 0A. RGB value is (91,60,10). Sum of RGB (Red+Green+Blue) = 91+60+10=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3C0A is #A4C3F5. Grayscale: #3F3F3F. Windows color (decimal): -10798070 or 670811. OLE color: 670811.

HSL color Cylindrical-coordinate representation of color #5B3C0A: hue angle of 37.04º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B3C0A is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB916010-
CMYK00.340.890.64
HSL37.04º80.2%19.8%-
HSV(B)37.04º89.01%35.69%-
XYZ5.995.481.03-
YUV63.5797.77147.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.52%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=56.52%
G=37.27%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91601000.340.890.6437.0480.219.8
Hex5B3CA0225940255014
Octal13374120421311004512024
Binary10110111111001010010001010110011000000100101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,60,10); }

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

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

 a { background-color: rgb(91,60,10); }

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

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

 span { border-color: rgb(91,60,10); }

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