#532C0D

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

Shades of Baker's Chocolate #532C0D

Tints of Baker's Chocolate #532C0D

Color information

#532C0D (or 0x532C0D) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2C and 0D. RGB value is (83,44,13). Sum of RGB (Red+Green+Blue) = 83+44+13=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C0D is #ACD3F2. Grayscale: #343434. Windows color (decimal): -11326451 or 863315. OLE color: 863315.

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

Color convert

RGB834413-
CMYK00.470.840.67
HSL26.57º72.92%18.82%-
HSV(B)26.57º84.34%32.55%-
XYZ4.543.670.85-
YUV52.13105.92150.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=59.29%
G=31.43%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83441300.470.840.6726.5772.9218.82
Hex532CD02F54431b4913
Octal12354150571241033311123
Binary1010011101100110101011111010100100001111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,44,13); }

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

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

 a { background-color: rgb(83,44,13); }

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

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

 span { border-color: rgb(83,44,13); }

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