#523713

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

Shades of Baker's Chocolate #523713

Tints of Baker's Chocolate #523713

Color information

#523713 (or 0x523713) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 37 and 13. RGB value is (82,55,19). Sum of RGB (Red+Green+Blue) = 82+55+19=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523713 is #ADC8EC. Grayscale: #3B3B3B. Windows color (decimal): -11389165 or 1259346. OLE color: 1259346.

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

Color convert

RGB825519-
CMYK00.330.770.68
HSL34.29º62.38%19.8%-
HSV(B)34.29º76.83%32.16%-
XYZ4.964.571.24-
YUV58.97105.45144.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=52.56%
G=35.26%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82551900.330.770.6834.2962.3819.8
Hex5237130214D44223e14
Octal1226723041115104427624
Binary10100101101111001101000011001101100010010001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523713; }

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

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

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

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

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

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

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

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