#532D13

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

Shades of Baker's Chocolate #532D13

Tints of Baker's Chocolate #532D13

Color information

#532D13 (or 0x532D13) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2D and 13. RGB value is (83,45,19). Sum of RGB (Red+Green+Blue) = 83+45+19=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D13 is #ACD2EC. Grayscale: #353535. Windows color (decimal): -11326189 or 1256787. OLE color: 1256787.

HSL color Cylindrical-coordinate representation of color #532D13: hue angle of 24.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532D13 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB834519-
CMYK00.460.770.67
HSL24.38º62.75%20%-
HSV(B)24.38º77.11%32.55%-
XYZ4.623.761.1-
YUV53.4108.59149.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=56.46%
G=30.61%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83451900.460.770.6724.3862.7520
Hex532D1302E4D43183f14
Octal1235523056115103307724
Binary1010011101101100110101110100110110000111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,45,19); }

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

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

 a { background-color: rgb(83,45,19); }

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

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

 span { border-color: rgb(83,45,19); }

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