#523004

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

Shades of Baker's Chocolate #523004

Tints of Baker's Chocolate #523004

Color information

#523004 (or 0x523004) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 30 and 04. RGB value is (82,48,4). Sum of RGB (Red+Green+Blue) = 82+48+4=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #523004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523004 is #ADCFFB. Grayscale: #353535. Windows color (decimal): -11390972 or 274514. OLE color: 274514.

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

Color convert

RGB82484-
CMYK00.410.950.68
HSL33.85º90.7%16.86%-
HSV(B)33.85º95.12%32.16%-
XYZ4.563.920.63-
YUV53.15100.26148.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.19%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 4 (1.95% from 255) = 2.99%
R=61.19%
G=35.82%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8248400.410.950.6833.8590.716.86
Hex523040295F44225b11
Octal1226040511371044213321
Binary1010010110000100010100110111111000100100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523004; }

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

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

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

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

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

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

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

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