#523D00

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

Shades of Madras #523D00

Tints of Madras #523D00

Color information

#523D00 (or 0x523D00) is unknown color: approx Madras. HEX triplet: 52, 3D and 00. RGB value is (82,61,0). Sum of RGB (Red+Green+Blue) = 82+61+0=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D00 is #ADC2FF. Grayscale: #3C3C3C. Windows color (decimal): -11387648 or 15698. OLE color: 15698.

HSL color Cylindrical-coordinate representation of color #523D00: hue angle of 44.63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #523D00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB82610-
CMYK00.2610.68
HSL44.63º100%16.08%-
HSV(B)44.63º100%32.16%-
XYZ5.155.130.72-
YUV60.3293.96143.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.34%
G=42.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8261000.2610.6844.6310016.08
Hex523D001A64442d6410
Octal1227500321441045514420
Binary1010010111101001101011001001000100101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,0); }

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

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

 a { background-color: rgb(82,61,0); }

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

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

 span { border-color: rgb(82,61,0); }

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