#5B320A

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

Shades of Baker's Chocolate #5B320A

Tints of Baker's Chocolate #5B320A

Color information

#5B320A (or 0x5B320A) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 32 and 0A. RGB value is (91,50,10). Sum of RGB (Red+Green+Blue) = 91+50+10=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B320A is #A4CDF5. Grayscale: #393939. Windows color (decimal): -10800630 or 668251. OLE color: 668251.

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

Color convert

RGB915010-
CMYK00.450.890.64
HSL29.63º80.2%19.8%-
HSV(B)29.63º89.01%35.69%-
XYZ5.514.530.87-
YUV57.7101.08151.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 60.26%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=60.26%
G=33.11%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91501000.450.890.6429.6380.219.8
Hex5B32A02D59401e5014
Octal13362120551311003612024
Binary1011011110010101001011011011001100000011110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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