#47420A

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

Shades of Madras #47420A

Tints of Madras #47420A

Color information

#47420A (or 0x47420A) is unknown color: approx Madras. HEX triplet: 47, 42 and 0A. RGB value is (71,66,10). Sum of RGB (Red+Green+Blue) = 71+66+10=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47420A is #B8BDF5. Grayscale: #3D3D3D. Windows color (decimal): -12107254 or 672327. OLE color: 672327.

HSL color Cylindrical-coordinate representation of color #47420A: hue angle of 55.08º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47420A is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB716610-
CMYK00.070.860.72
HSL55.08º75.31%15.88%-
HSV(B)55.08º85.92%27.84%-
XYZ4.65.261.06-
YUV61.1199.16135.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=48.30%
G=44.90%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71661000.070.860.7255.0875.3115.88
Hex4742A075648374b10
Octal10710212071261106711320
Binary100011110000101010011110101101001000110111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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