#532A09

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

Shades of Baker's Chocolate #532A09

Tints of Baker's Chocolate #532A09

Color information

#532A09 (or 0x532A09) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2A and 09. RGB value is (83,42,9). Sum of RGB (Red+Green+Blue) = 83+42+9=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A09 is #ACD5F6. Grayscale: #323232. Windows color (decimal): -11326967 or 600659. OLE color: 600659.

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

Color convert

RGB83429-
CMYK00.490.890.67
HSL26.76º80.43%18.04%-
HSV(B)26.76º89.16%32.55%-
XYZ4.443.510.7-
YUV50.5104.58151.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=61.94%
G=31.34%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8342900.490.890.6726.7680.4318.04
Hex532A903159431b5012
Octal12352110611311033312022
Binary1010011101010100101100011011001100001111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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