#53420A

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

Shades of Madras #53420A

Tints of Madras #53420A

Color information

#53420A (or 0x53420A) is unknown color: approx Madras. HEX triplet: 53, 42 and 0A. RGB value is (83,66,10). Sum of RGB (Red+Green+Blue) = 83+66+10=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53420A is #ACBDF5. Grayscale: #404040. Windows color (decimal): -11320822 or 672339. OLE color: 672339.

HSL color Cylindrical-coordinate representation of color #53420A: hue angle of 46.03º 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 #53420A is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB836610-
CMYK00.200.880.67
HSL46.03º78.49%18.24%-
HSV(B)46.03º87.95%32.55%-
XYZ5.575.761.1-
YUV64.797.13141.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=52.20%
G=41.51%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83661000.200.880.6746.0378.4918.24
Hex5342A01458432e4e12
Octal123102120241301035611622
Binary10100111000010101001010010110001000011101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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