#53401B

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

Shades of Madras #53401B

Tints of Madras #53401B

Color information

#53401B (or 0x53401B) is unknown color: approx Madras. HEX triplet: 53, 40 and 1B. RGB value is (83,64,27). Sum of RGB (Red+Green+Blue) = 83+64+27=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401B is #ACBFE4. Grayscale: #414141. Windows color (decimal): -11321317 or 1785939. OLE color: 1785939.

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

Color convert

RGB836427-
CMYK00.230.670.67
HSL39.64º50.91%21.57%-
HSV(B)39.64º67.47%32.55%-
XYZ5.65.581.82-
YUV65.46106.29140.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=47.70%
G=36.78%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83642700.230.670.6739.6450.9121.57
Hex53401B0174343283316
Octal12310033027103103506326
Binary10100111000000110110101111000011100001110100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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