#523904

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

Shades of Baker's Chocolate #523904

Tints of Baker's Chocolate #523904

Color information

#523904 (or 0x523904) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 39 and 04. RGB value is (82,57,4). Sum of RGB (Red+Green+Blue) = 82+57+4=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523904 is #ADC6FB. Grayscale: #3A3A3A. Windows color (decimal): -11388668 or 276818. OLE color: 276818.

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

Color convert

RGB82574-
CMYK00.300.950.68
HSL40.77º90.7%16.86%-
HSV(B)40.77º95.12%32.16%-
XYZ4.964.730.77-
YUV58.4397.28144.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=57.34%
G=39.86%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8257400.300.950.6840.7790.716.86
Hex5239401E5F44295b11
Octal1227140361371045113321
Binary101001011100110001111010111111000100101001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523904; }

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

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

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

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

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

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

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

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