#52320D

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

Shades of Baker's Chocolate #52320D

Tints of Baker's Chocolate #52320D

Color information

#52320D (or 0x52320D) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 32 and 0D. RGB value is (82,50,13). Sum of RGB (Red+Green+Blue) = 82+50+13=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52320D is #ADCDF2. Grayscale: #373737. Windows color (decimal): -11390451 or 864850. OLE color: 864850.

HSL color Cylindrical-coordinate representation of color #52320D: hue angle of 32.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52320D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB825013-
CMYK00.390.840.68
HSL32.17º72.63%18.63%-
HSV(B)32.17º84.15%32.16%-
XYZ4.694.10.93-
YUV55.35104.1147.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=56.55%
G=34.48%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82501300.390.840.6832.1772.6318.63
Hex5232D0275444204913
Octal12262150471241044011123
Binary10100101100101101010011110101001000100100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52320D; }

 p { color: rgb(82,50,13); }

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

<style>
 a { background-color: #52320D; }

 a { background-color: rgb(82,50,13); }

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

<style>
 span { border-color: #52320D; }

 span { border-color: rgb(82,50,13); }

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