#534105

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

Shades of Madras #534105

Tints of Madras #534105

Color information

#534105 (or 0x534105) is unknown color: approx Madras. HEX triplet: 53, 41 and 05. RGB value is (83,65,5). Sum of RGB (Red+Green+Blue) = 83+65+5=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534105 is #ACBEFA. Grayscale: #3F3F3F. Windows color (decimal): -11321083 or 344403. OLE color: 344403.

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

Color convert

RGB83655-
CMYK00.220.940.67
HSL46.15º88.64%17.25%-
HSV(B)46.15º93.98%32.55%-
XYZ5.485.630.94-
YUV63.5494.96141.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=54.25%
G=42.48%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8365500.220.940.6746.1588.6417.25
Hex534150165E432e5911
Octal12310150261361035613121
Binary1010011100000110101011010111101000011101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534105; }

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

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

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

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

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

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

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

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