#53440A

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

Shades of Madras #53440A

Tints of Madras #53440A

Color information

#53440A (or 0x53440A) is unknown color: approx Madras. HEX triplet: 53, 44 and 0A. RGB value is (83,68,10). Sum of RGB (Red+Green+Blue) = 83+68+10=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440A is #ACBBF5. Grayscale: #424242. Windows color (decimal): -11320310 or 672851. OLE color: 672851.

HSL color Cylindrical-coordinate representation of color #53440A: hue angle of 47.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53440A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB836810-
CMYK00.180.880.67
HSL47.67º78.49%18.24%-
HSV(B)47.67º87.95%32.55%-
XYZ5.6961.14-
YUV65.8796.47140.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=51.55%
G=42.24%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83681000.180.880.6747.6778.4918.24
Hex5344A0125843304e12
Octal123104120221301036011622
Binary10100111000100101001001010110001000011110000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,68,10); }

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

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

 a { background-color: rgb(83,68,10); }

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

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

 span { border-color: rgb(83,68,10); }

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