#523911

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

Shades of Baker's Chocolate #523911

Tints of Baker's Chocolate #523911

Color information

#523911 (or 0x523911) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 39 and 11. RGB value is (82,57,17). Sum of RGB (Red+Green+Blue) = 82+57+17=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523911 is #ADC6EE. Grayscale: #3C3C3C. Windows color (decimal): -11388655 or 1128786. OLE color: 1128786.

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

Color convert

RGB825717-
CMYK00.300.790.68
HSL36.92º65.66%19.41%-
HSV(B)36.92º79.27%32.16%-
XYZ5.044.761.18-
YUV59.92103.78143.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=52.56%
G=36.54%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82571700.300.790.6836.9265.6619.41
Hex52391101E4F44254213
Octal12271210361171044510223
Binary10100101110011000101111010011111000100100101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523911; }

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

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

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

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

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

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

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

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