#534111

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

Shades of Madras #534111

Tints of Madras #534111

Color information

#534111 (or 0x534111) is unknown color: approx Madras. HEX triplet: 53, 41 and 11. RGB value is (83,65,17). Sum of RGB (Red+Green+Blue) = 83+65+17=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534111 is #ACBEEE. Grayscale: #414141. Windows color (decimal): -11321071 or 1130835. OLE color: 1130835.

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

Color convert

RGB836517-
CMYK00.220.800.67
HSL43.64º66%19.61%-
HSV(B)43.64º79.52%32.55%-
XYZ5.565.661.33-
YUV64.91100.96140.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=50.30%
G=39.39%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83651700.220.800.6743.646619.61
Hex53411101650432c4214
Octal123101210261201035410224
Binary101001110000011000101011010100001000011101100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534111; }

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

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

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

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

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

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

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

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