#534115

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

Shades of Madras #534115

Tints of Madras #534115

Color information

#534115 (or 0x534115) is unknown color: approx Madras. HEX triplet: 53, 41 and 15. RGB value is (83,65,21). Sum of RGB (Red+Green+Blue) = 83+65+21=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534115 is #ACBEEA. Grayscale: #414141. Windows color (decimal): -11321067 or 1392979. OLE color: 1392979.

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

Color convert

RGB836521-
CMYK00.220.750.67
HSL42.58º59.62%20.39%-
HSV(B)42.58º74.7%32.55%-
XYZ5.595.671.51-
YUV65.37102.96140.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=49.11%
G=38.46%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83652100.220.750.6742.5859.6220.39
Hex5341150164B432b3c14
Octal12310125026113103537424
Binary10100111000001101010101101001011100001110101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534115; }

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

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

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

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

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

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

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

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