#534019

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

Shades of Madras #534019

Tints of Madras #534019

Color information

#534019 (or 0x534019) is unknown color: approx Madras. HEX triplet: 53, 40 and 19. RGB value is (83,64,25). Sum of RGB (Red+Green+Blue) = 83+64+25=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534019 is #ACBFE6. Grayscale: #414141. Windows color (decimal): -11321319 or 1654867. OLE color: 1654867.

HSL color Cylindrical-coordinate representation of color #534019: hue angle of 40.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534019 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB836425-
CMYK00.230.700.67
HSL40.34º53.7%21.18%-
HSV(B)40.34º69.88%32.55%-
XYZ5.585.581.7-
YUV65.24105.29140.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=48.26%
G=37.21%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83642500.230.700.6740.3453.721.18
Hex5340190174643283615
Octal12310031027106103506625
Binary10100111000000110010101111000110100001110100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534019; }

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

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

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

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

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

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

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

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