#532B06

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

Shades of Baker's Chocolate #532B06

Tints of Baker's Chocolate #532B06

Color information

#532B06 (or 0x532B06) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2B and 06. RGB value is (83,43,6). Sum of RGB (Red+Green+Blue) = 83+43+6=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #532B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B06 is #ACD4F9. Grayscale: #323232. Windows color (decimal): -11326714 or 404307. OLE color: 404307.

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

Color convert

RGB83436-
CMYK00.480.930.67
HSL28.83º86.52%17.45%-
HSV(B)28.83º92.77%32.55%-
XYZ4.463.580.63-
YUV50.74102.75151.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=62.88%
G=32.58%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8343600.480.930.6728.8386.5217.45
Hex532B60305D431d5711
Octal1235360601351033512721
Binary101001110101111001100001011101100001111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532B06; }

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

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

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

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

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

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

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

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