#52320E

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

Shades of Baker's Chocolate #52320E

Tints of Baker's Chocolate #52320E

Color information

#52320E (or 0x52320E) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 32 and 0E. RGB value is (82,50,14). Sum of RGB (Red+Green+Blue) = 82+50+14=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52320E is #ADCDF1. Grayscale: #373737. Windows color (decimal): -11390450 or 930386. OLE color: 930386.

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

Color convert

RGB825014-
CMYK00.390.830.68
HSL31.76º70.83%18.82%-
HSV(B)31.76º82.93%32.16%-
XYZ4.74.110.96-
YUV55.46104.6146.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.16%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=56.16%
G=34.25%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82501400.390.830.6831.7670.8318.82
Hex5232E0275344204713
Octal12262160471231044010723
Binary10100101100101110010011110100111000100100000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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