#52330D

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

Shades of Baker's Chocolate #52330D

Tints of Baker's Chocolate #52330D

Color information

#52330D (or 0x52330D) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 33 and 0D. RGB value is (82,51,13). Sum of RGB (Red+Green+Blue) = 82+51+13=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52330D is #ADCCF2. Grayscale: #383838. Windows color (decimal): -11390195 or 865106. OLE color: 865106.

HSL color Cylindrical-coordinate representation of color #52330D: hue angle of 33.04º 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 #52330D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB825113-
CMYK00.380.840.68
HSL33.04º72.63%18.63%-
HSV(B)33.04º84.15%32.16%-
XYZ4.744.190.94-
YUV55.94103.77146.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.16%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=56.16%
G=34.93%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82511300.380.840.6833.0472.6318.63
Hex5233D0265444214913
Octal12263150461241044111123
Binary10100101100111101010011010101001000100100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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