#532A07

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

Shades of Baker's Chocolate #532A07

Tints of Baker's Chocolate #532A07

Color information

#532A07 (or 0x532A07) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2A and 07. RGB value is (83,42,7). Sum of RGB (Red+Green+Blue) = 83+42+7=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #532A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A07 is #ACD5F8. Grayscale: #323232. Windows color (decimal): -11326969 or 469587. OLE color: 469587.

HSL color Cylindrical-coordinate representation of color #532A07: hue angle of 27.63º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #532A07 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83427-
CMYK00.490.920.67
HSL27.63º84.44%17.65%-
HSV(B)27.63º91.57%32.55%-
XYZ4.433.510.64-
YUV50.27103.58151.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=62.88%
G=31.82%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8342700.490.920.6727.6384.4417.65
Hex532A70315C431c5412
Octal1235270611341033412422
Binary101001110101011101100011011100100001111100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,7); }

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

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

 a { background-color: rgb(83,42,7); }

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

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

 span { border-color: rgb(83,42,7); }

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