#523404

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

Shades of Baker's Chocolate #523404

Tints of Baker's Chocolate #523404

Color information

#523404 (or 0x523404) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 34 and 04. RGB value is (82,52,4). Sum of RGB (Red+Green+Blue) = 82+52+4=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #523404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523404 is #ADCBFB. Grayscale: #373737. Windows color (decimal): -11389948 or 275538. OLE color: 275538.

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

Color convert

RGB82524-
CMYK00.370.950.68
HSL36.92º90.7%16.86%-
HSV(B)36.92º95.12%32.16%-
XYZ4.734.260.69-
YUV55.598.94146.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=59.42%
G=37.68%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8252400.370.950.6836.9290.716.86
Hex523440255F44255b11
Octal1226440451371044513321
Binary1010010110100100010010110111111000100100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523404; }

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

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

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

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

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

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

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

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