Html Css Color HEX #474009 Madras

📋 copy color: '#474009'

red 71 ◦ green 64 ◦ blue 9

#474009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #474009

Tints of Madras #474009

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#474009 (or 0x474009) is known color: 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.77, 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

RGB 71 64 9 -
CMYK 0 0.10 0.87 0.72
HSL 53.23º 0.78% 0.16% -
HSV(B) 53.23º 0.87% 0.28% -
XYZ 4.48 5.03 0.99 -
YUV 59.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 71 64 9 0 0.10 0.87 0.72 53.23 0.78 0.16
Hex 47 40 9 0 A 57 48 35 4E 10
Octal 107 100 11 0 12 127 110 65 116 20
Binary 1000111 1000000 1001 0 1010 1010111 1001000 110101 1001110 10000

Color Harmonies of #474009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474009

Black with #474009

Text Example


Text Example

White with #474009

Text Example


Text Example

HTML Codes & Css Web 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>