#534116

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

Shades of Madras #534116

Tints of Madras #534116

Color information

#534116 (or 0x534116) is unknown color: approx Madras. HEX triplet: 53, 41 and 16. RGB value is (83,65,22). Sum of RGB (Red+Green+Blue) = 83+65+22=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534116 is #ACBEE9. Grayscale: #414141. Windows color (decimal): -11321066 or 1458515. OLE color: 1458515.

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

Color convert

RGB836522-
CMYK00.220.730.67
HSL42.3º58.1%20.59%-
HSV(B)42.3º73.49%32.55%-
XYZ5.65.681.56-
YUV65.48103.46140.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=48.82%
G=38.24%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83652200.220.730.6742.358.120.59
Hex53411601649432a3a15
Octal12310126026111103527225
Binary10100111000001101100101101001001100001110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534116; }

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

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

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

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

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

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

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

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