#534013

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

Shades of Madras #534013

Tints of Madras #534013

Color information

#534013 (or 0x534013) is unknown color: approx Madras. HEX triplet: 53, 40 and 13. RGB value is (83,64,19). Sum of RGB (Red+Green+Blue) = 83+64+19=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #534013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534013 is #ACBFEC. Grayscale: #404040. Windows color (decimal): -11321325 or 1261651. OLE color: 1261651.

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

Color convert

RGB836419-
CMYK00.230.770.67
HSL42.19º62.75%20%-
HSV(B)42.19º77.11%32.55%-
XYZ5.525.551.4-
YUV64.55102.29141.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=50%
G=38.55%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83641900.230.770.6742.1962.7520
Hex5340130174D432a3f14
Octal12310023027115103527724
Binary10100111000000100110101111001101100001110101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534013; }

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

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

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

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

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

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

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

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