#534311

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

Shades of Madras #534311

Tints of Madras #534311

Color information

#534311 (or 0x534311) is unknown color: approx Madras. HEX triplet: 53, 43 and 11. RGB value is (83,67,17). Sum of RGB (Red+Green+Blue) = 83+67+17=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534311 is #ACBCEE. Grayscale: #424242. Windows color (decimal): -11320559 or 1131347. OLE color: 1131347.

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

Color convert

RGB836717-
CMYK00.190.800.67
HSL45.45º66%19.61%-
HSV(B)45.45º79.52%32.55%-
XYZ5.685.891.37-
YUV66.08100.3140.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 67 (26.56% from 255) = 40.12%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=49.70%
G=40.12%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83671700.190.800.6745.456619.61
Hex53431101350432d4214
Octal123103210231201035510224
Binary101001110000111000101001110100001000011101101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534311; }

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

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

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

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

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

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

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

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