#523712

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

Shades of Baker's Chocolate #523712

Tints of Baker's Chocolate #523712

Color information

#523712 (or 0x523712) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 37 and 12. RGB value is (82,55,18). Sum of RGB (Red+Green+Blue) = 82+55+18=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523712 is #ADC8ED. Grayscale: #3B3B3B. Windows color (decimal): -11389166 or 1193810. OLE color: 1193810.

HSL color Cylindrical-coordinate representation of color #523712: hue angle of 34.69º 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 #523712 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB825518-
CMYK00.330.780.68
HSL34.69º64%19.61%-
HSV(B)34.69º78.05%32.16%-
XYZ4.964.571.19-
YUV58.86104.95144.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=52.90%
G=35.48%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82551800.330.780.6834.696419.61
Hex5237120214E44234014
Octal12267220411161044310024
Binary101001011011110010010000110011101000100100011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523712; }

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

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

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

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

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

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

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

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