#47420C

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

Shades of Madras #47420C

Tints of Madras #47420C

Color information

#47420C (or 0x47420C) is unknown color: approx Madras. HEX triplet: 47, 42 and 0C. RGB value is (71,66,12). Sum of RGB (Red+Green+Blue) = 71+66+12=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47420C is #B8BDF3. Grayscale: #3D3D3D. Windows color (decimal): -12107252 or 803399. OLE color: 803399.

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

Color convert

RGB716612-
CMYK00.070.830.72
HSL54.92º71.08%16.27%-
HSV(B)54.92º83.1%27.84%-
XYZ4.615.261.12-
YUV61.34100.16134.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=47.65%
G=44.30%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71661200.070.830.7254.9271.0816.27
Hex4742C075348374710
Octal10710214071231106710720
Binary100011110000101100011110100111001000110111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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