#532106

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

Shades of Baker's Chocolate #532106

Tints of Baker's Chocolate #532106

Color information

#532106 (or 0x532106) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 21 and 06. RGB value is (83,33,6). Sum of RGB (Red+Green+Blue) = 83+33+6=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532106 is #ACDEF9. Grayscale: #2D2D2D. Windows color (decimal): -11329274 or 401747. OLE color: 401747.

HSL color Cylindrical-coordinate representation of color #532106: hue angle of 21.04º 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 #532106 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83336-
CMYK00.600.930.67
HSL21.04º86.52%17.45%-
HSV(B)21.04º92.77%32.55%-
XYZ4.142.940.52-
YUV44.87106.06155.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=68.03%
G=27.05%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8333600.600.930.6721.0486.5217.45
Hex5321603C5D43155711
Octal1234160741351032512721
Binary101001110000111001111001011101100001110101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532106; }

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

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

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

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

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

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

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

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