#534313

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

Shades of Madras #534313

Tints of Madras #534313

Color information

#534313 (or 0x534313) is unknown color: approx Madras. HEX triplet: 53, 43 and 13. RGB value is (83,67,19). Sum of RGB (Red+Green+Blue) = 83+67+19=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534313 is #ACBCEC. Grayscale: #424242. Windows color (decimal): -11320557 or 1262419. OLE color: 1262419.

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

Color convert

RGB836719-
CMYK00.190.770.67
HSL45º62.75%20%-
HSV(B)45º77.11%32.55%-
XYZ5.695.91.45-
YUV66.31101.3139.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=49.11%
G=39.64%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83671900.190.770.674562.7520
Hex5343130134D432d3f14
Octal12310323023115103557724
Binary10100111000011100110100111001101100001110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534313; }

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

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

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

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

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

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

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

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