#53401A

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

Shades of Madras #53401A

Tints of Madras #53401A

Color information

#53401A (or 0x53401A) is unknown color: approx Madras. HEX triplet: 53, 40 and 1A. RGB value is (83,64,26). Sum of RGB (Red+Green+Blue) = 83+64+26=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #53401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401A is #ACBFE5. Grayscale: #414141. Windows color (decimal): -11321318 or 1720403. OLE color: 1720403.

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

Color convert

RGB836426-
CMYK00.230.690.67
HSL40º52.29%21.37%-
HSV(B)40º68.67%32.55%-
XYZ5.595.581.76-
YUV65.35105.79140.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=47.98%
G=36.99%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83642600.230.690.674052.2921.37
Hex53401A0174543283415
Octal12310032027105103506425
Binary10100111000000110100101111000101100001110100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53401A; }

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

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

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

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

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

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

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

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