#534016

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

Shades of Madras #534016

Tints of Madras #534016

Color information

#534016 (or 0x534016) is unknown color: approx Madras. HEX triplet: 53, 40 and 16. RGB value is (83,64,22). Sum of RGB (Red+Green+Blue) = 83+64+22=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534016 is #ACBFE9. Grayscale: #414141. Windows color (decimal): -11321322 or 1458259. OLE color: 1458259.

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

Color convert

RGB836422-
CMYK00.230.730.67
HSL41.31º58.1%20.59%-
HSV(B)41.31º73.49%32.55%-
XYZ5.555.561.54-
YUV64.89103.79140.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=49.11%
G=37.87%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83642200.230.730.6741.3158.120.59
Hex5340160174943293a15
Octal12310026027111103517225
Binary10100111000000101100101111001001100001110100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534016; }

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

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

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

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

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

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

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

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