#474009

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

Shades of Madras #474009

Tints of Madras #474009

Color information

#474009 (or 0x474009) is unknown color: approx Madras. HEX triplet: 47, 40 and 09. RGB value is (71,64,9). Sum of RGB (Red+Green+Blue) = 71+64+9=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #474009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474009 is #B8BFF6. Grayscale: #3C3C3C. Windows color (decimal): -12107767 or 606279. OLE color: 606279.

HSL color Cylindrical-coordinate representation of color #474009: hue angle of 53.23º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #474009 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB71649-
CMYK00.100.870.72
HSL53.23º77.5%15.69%-
HSV(B)53.23º87.32%27.84%-
XYZ4.485.030.99-
YUV59.8299.32135.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=49.31%
G=44.44%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164900.100.870.7253.2377.515.69
Hex474090A5748354e10
Octal107100110121271106511620
Binary1000111100000010010101010101111001000110101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474009; }

 p { color: rgb(71,64,9); }

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

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

 a { background-color: rgb(71,64,9); }

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

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

 span { border-color: rgb(71,64,9); }

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