#53421F

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

Shades of Madras #53421F

Tints of Madras #53421F

Color information

#53421F (or 0x53421F) is unknown color: approx Madras. HEX triplet: 53, 42 and 1F. RGB value is (83,66,31). Sum of RGB (Red+Green+Blue) = 83+66+31=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53421F is #ACBDE0. Grayscale: #434343. Windows color (decimal): -11320801 or 2048595. OLE color: 2048595.

HSL color Cylindrical-coordinate representation of color #53421F: hue angle of 40.38º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53421F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB836631-
CMYK00.200.630.67
HSL40.38º45.61%22.35%-
HSV(B)40.38º62.65%32.55%-
XYZ5.765.832.12-
YUV67.09107.63139.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=46.11%
G=36.67%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83663100.200.630.6740.3845.6122.35
Hex53421F0143F43282e16
Octal1231023702477103505626
Binary1010011100001011111010100111111100001110100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53421F; }

 p { color: rgb(83,66,31); }

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

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

 a { background-color: rgb(83,66,31); }

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

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

 span { border-color: rgb(83,66,31); }

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