#534216

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

Shades of Madras #534216

Tints of Madras #534216

Color information

#534216 (or 0x534216) is unknown color: approx Madras. HEX triplet: 53, 42 and 16. RGB value is (83,66,22). Sum of RGB (Red+Green+Blue) = 83+66+22=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534216 is #ACBDE9. Grayscale: #424242. Windows color (decimal): -11320810 or 1458771. OLE color: 1458771.

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

Color convert

RGB836622-
CMYK00.200.730.67
HSL43.28º58.1%20.59%-
HSV(B)43.28º73.49%32.55%-
XYZ5.665.791.58-
YUV66.07103.13140.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=48.54%
G=38.60%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83662200.200.730.6743.2858.120.59
Hex53421601449432b3a15
Octal12310226024111103537225
Binary10100111000010101100101001001001100001110101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534216; }

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

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

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

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

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

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

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

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