#523B04

Color #523B04 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #523B04

Tints of Madras #523B04

Color information

#523B04 (or 0x523B04) is unknown color: approx Madras. HEX triplet: 52, 3B and 04. RGB value is (82,59,4). Sum of RGB (Red+Green+Blue) = 82+59+4=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #523B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B04 is #ADC4FB. Grayscale: #3B3B3B. Windows color (decimal): -11388156 or 277330. OLE color: 277330.

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

Color convert

RGB82594-
CMYK00.280.950.68
HSL42.31º90.7%16.86%-
HSV(B)42.31º95.12%32.16%-
XYZ5.074.930.8-
YUV59.6196.62143.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=56.55%
G=40.69%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8259400.280.950.6842.3190.716.86
Hex523B401C5F442a5b11
Octal1227340341371045213321
Binary101001011101110001110010111111000100101010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523B04; }

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

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

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

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

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

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

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

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