#523912

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

Shades of Baker's Chocolate #523912

Tints of Baker's Chocolate #523912

Color information

#523912 (or 0x523912) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 39 and 12. RGB value is (82,57,18). Sum of RGB (Red+Green+Blue) = 82+57+18=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #523912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523912 is #ADC6ED. Grayscale: #3C3C3C. Windows color (decimal): -11388654 or 1194322. OLE color: 1194322.

HSL color Cylindrical-coordinate representation of color #523912: hue angle of 36.56º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #523912 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB825718-
CMYK00.300.780.68
HSL36.56º64%19.61%-
HSV(B)36.56º78.05%32.16%-
XYZ5.054.761.23-
YUV60.03104.28143.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=52.23%
G=36.31%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82571800.300.780.6836.566419.61
Hex52391201E4E44254014
Octal12271220361161044510024
Binary10100101110011001001111010011101000100100101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523912; }

 p { color: rgb(82,57,18); }

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

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

 a { background-color: rgb(82,57,18); }

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

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

 span { border-color: rgb(82,57,18); }

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