#53420E

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

Shades of Madras #53420E

Tints of Madras #53420E

Color information

#53420E (or 0x53420E) is unknown color: approx Madras. HEX triplet: 53, 42 and 0E. RGB value is (83,66,14). Sum of RGB (Red+Green+Blue) = 83+66+14=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53420E is #ACBDF1. Grayscale: #414141. Windows color (decimal): -11320818 or 934483. OLE color: 934483.

HSL color Cylindrical-coordinate representation of color #53420E: hue angle of 45.22º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53420E is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB836614-
CMYK00.200.830.67
HSL45.22º71.13%19.02%-
HSV(B)45.22º83.13%32.55%-
XYZ5.595.771.23-
YUV65.1699.13140.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=50.92%
G=40.49%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83661400.200.830.6745.2271.1319.02
Hex5342E01453432d4713
Octal123102160241231035510723
Binary10100111000010111001010010100111000011101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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