#534005

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

Shades of Madras #534005

Tints of Madras #534005

Color information

#534005 (or 0x534005) is unknown color: approx Madras. HEX triplet: 53, 40 and 05. RGB value is (83,64,5). Sum of RGB (Red+Green+Blue) = 83+64+5=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #534005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534005 is #ACBFFA. Grayscale: #3F3F3F. Windows color (decimal): -11321339 or 344147. OLE color: 344147.

HSL color Cylindrical-coordinate representation of color #534005: hue angle of 45.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534005 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83645-
CMYK00.230.940.67
HSL45.38º88.64%17.25%-
HSV(B)45.38º93.98%32.55%-
XYZ5.435.520.92-
YUV62.9695.29142.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=54.61%
G=42.11%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364500.230.940.6745.3888.6417.25
Hex534050175E432d5911
Octal12310050271361035513121
Binary1010011100000010101011110111101000011101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534005; }

 p { color: rgb(83,64,5); }

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

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

 a { background-color: rgb(83,64,5); }

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

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

 span { border-color: rgb(83,64,5); }

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