#47410C

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

Shades of Madras #47410C

Tints of Madras #47410C

Color information

#47410C (or 0x47410C) is unknown color: approx Madras. HEX triplet: 47, 41 and 0C. RGB value is (71,65,12). Sum of RGB (Red+Green+Blue) = 71+65+12=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47410C is #B8BEF3. Grayscale: #3C3C3C. Windows color (decimal): -12107508 or 803143. OLE color: 803143.

HSL color Cylindrical-coordinate representation of color #47410C: hue angle of 53.9º 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 #47410C is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB716512-
CMYK00.080.830.72
HSL53.9º71.08%16.27%-
HSV(B)53.9º83.1%27.84%-
XYZ4.565.151.1-
YUV60.75100.49135.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=47.97%
G=43.92%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71651200.080.830.7253.971.0816.27
Hex4741C085348364710
Octal107101140101231106610720
Binary1000111100000111000100010100111001000110110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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