#532806

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

Shades of Baker's Chocolate #532806

Tints of Baker's Chocolate #532806

Color information

#532806 (or 0x532806) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 28 and 06. RGB value is (83,40,6). Sum of RGB (Red+Green+Blue) = 83+40+6=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #532806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532806 is #ACD7F9. Grayscale: #313131. Windows color (decimal): -11327482 or 403539. OLE color: 403539.

HSL color Cylindrical-coordinate representation of color #532806: hue angle of 26.49º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #532806 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83406-
CMYK00.520.930.67
HSL26.49º86.52%17.45%-
HSV(B)26.49º92.77%32.55%-
XYZ4.363.370.59-
YUV48.98103.75152.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=64.34%
G=31.01%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8340600.520.930.6726.4986.5217.45
Hex532860345D431a5711
Octal1235060641351033212721
Binary101001110100011001101001011101100001111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532806; }

 p { color: rgb(83,40,6); }

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

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

 a { background-color: rgb(83,40,6); }

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

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

 span { border-color: rgb(83,40,6); }

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