#523E05

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

Shades of Madras #523E05

Tints of Madras #523E05

Color information

#523E05 (or 0x523E05) is unknown color: approx Madras. HEX triplet: 52, 3E and 05. RGB value is (82,62,5). Sum of RGB (Red+Green+Blue) = 82+62+5=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #523E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E05 is #ADC1FA. Grayscale: #3D3D3D. Windows color (decimal): -11387387 or 343634. OLE color: 343634.

HSL color Cylindrical-coordinate representation of color #523E05: hue angle of 44.42º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #523E05 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB82625-
CMYK00.240.940.68
HSL44.42º88.51%17.06%-
HSV(B)44.42º93.9%32.16%-
XYZ5.235.250.88-
YUV61.4896.13142.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=55.03%
G=41.61%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8262500.240.940.6844.4288.5117.06
Hex523E50185E442c5911
Octal1227650301361045413121
Binary101001011111010101100010111101000100101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,62,5); }

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

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

 a { background-color: rgb(82,62,5); }

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

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

 span { border-color: rgb(82,62,5); }

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