#534405

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

Shades of Madras #534405

Tints of Madras #534405

Color information

#534405 (or 0x534405) is unknown color: approx Madras. HEX triplet: 53, 44 and 05. RGB value is (83,68,5). Sum of RGB (Red+Green+Blue) = 83+68+5=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534405 is #ACBBFA. Grayscale: #414141. Windows color (decimal): -11320315 or 345171. OLE color: 345171.

HSL color Cylindrical-coordinate representation of color #534405: hue angle of 48.46º 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 #534405 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83685-
CMYK00.180.940.67
HSL48.46º88.64%17.25%-
HSV(B)48.46º93.98%32.55%-
XYZ5.665.981-
YUV65.393.97140.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=53.21%
G=43.59%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8368500.180.940.6748.4688.6417.25
Hex534450125E43305911
Octal12310450221361036013121
Binary1010011100010010101001010111101000011110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534405; }

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

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

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

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

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

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

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

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