#534103

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

Shades of Madras #534103

Tints of Madras #534103

Color information

#534103 (or 0x534103) is unknown color: approx Madras. HEX triplet: 53, 41 and 03. RGB value is (83,65,3). Sum of RGB (Red+Green+Blue) = 83+65+3=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #534103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534103 is #ACBEFC. Grayscale: #3F3F3F. Windows color (decimal): -11321085 or 213331. OLE color: 213331.

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

Color convert

RGB83653-
CMYK00.220.960.67
HSL46.5º93.02%16.86%-
HSV(B)46.5º96.39%32.55%-
XYZ5.475.630.88-
YUV63.3193.96142.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=54.97%
G=43.05%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8365300.220.960.6746.593.0216.86
Hex5341301660432e5d11
Octal12310130261401035613521
Binary101001110000011101011011000001000011101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534103; }

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

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

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

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

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

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

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

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