#523910

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

Shades of Baker's Chocolate #523910

Tints of Baker's Chocolate #523910

Color information

#523910 (or 0x523910) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 39 and 10. RGB value is (82,57,16). Sum of RGB (Red+Green+Blue) = 82+57+16=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523910 is #ADC6EF. Grayscale: #3B3B3B. Windows color (decimal): -11388656 or 1063250. OLE color: 1063250.

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

Color convert

RGB825716-
CMYK00.300.800.68
HSL37.27º67.35%19.22%-
HSV(B)37.27º80.49%32.16%-
XYZ5.044.761.14-
YUV59.8103.28143.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=52.90%
G=36.77%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82571600.300.800.6837.2767.3519.22
Hex52391001E5044254313
Octal12271200361201044510323
Binary10100101110011000001111010100001000100100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523910; }

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

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

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

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

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

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

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

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