#534110

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

Shades of Madras #534110

Tints of Madras #534110

Color information

#534110 (or 0x534110) is unknown color: approx Madras. HEX triplet: 53, 41 and 10. RGB value is (83,65,16). Sum of RGB (Red+Green+Blue) = 83+65+16=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534110 is #ACBEEF. Grayscale: #414141. Windows color (decimal): -11321072 or 1065299. OLE color: 1065299.

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

Color convert

RGB836516-
CMYK00.220.810.67
HSL43.88º67.68%19.41%-
HSV(B)43.88º80.72%32.55%-
XYZ5.555.661.29-
YUV64.8100.46140.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=50.61%
G=39.63%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83651600.220.810.6743.8867.6819.41
Hex53411001651432c4413
Octal123101200261211035410423
Binary101001110000011000001011010100011000011101100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534110; }

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

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

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

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

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

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

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

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