#532F06

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

Shades of Baker's Chocolate #532F06

Tints of Baker's Chocolate #532F06

Color information

#532F06 (or 0x532F06) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2F and 06. RGB value is (83,47,6). Sum of RGB (Red+Green+Blue) = 83+47+6=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #532F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F06 is #ACD0F9. Grayscale: #353535. Windows color (decimal): -11325690 or 405331. OLE color: 405331.

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

Color convert

RGB83476-
CMYK00.430.930.67
HSL31.95º86.52%17.45%-
HSV(B)31.95º92.77%32.55%-
XYZ4.623.890.68-
YUV53.09101.43149.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=61.03%
G=34.56%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8347600.430.930.6731.9586.5217.45
Hex532F602B5D43205711
Octal1235760531351034012721
Binary1010011101111110010101110111011000011100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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