Html Css Color HEX #474000 Madras

📋 copy color: '#474000'

red 71 ◦ green 64 ◦ blue 0

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

Shades of Madras #474000

Tints of Madras #474000

RGB

 RED value IS 71 (28.13% from 255) = 52.59%

 GREEN value IS 64 (25.39% from 255) = 47.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.59%
G = 47.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#474000 (or 0x474000) is known color: Madras. HEX triplet: 47, 40 and 00. RGB value is (71,64,0). Sum of RGB (Red+Green+Blue) = 71+64+0=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #474000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474000 is #B8BFFF. Grayscale: #3B3B3B. Windows color (decimal): -12107776 or 16455. OLE color: 16455.

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

Color convert

RGB 71 64 0 -
CMYK 0 0.10 1 0.72
HSL 54.08º 1% 0.14% -
HSV(B) 54.08º 1% 0.28% -
XYZ 4.43 5.01 0.73 -
YUV 58.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 71 64 0 0 0.10 1 0.72 54.08 1 0.14
Hex 47 40 0 0 A 64 48 36 64 E
Octal 107 100 0 0 12 144 110 66 144 16
Binary 1000111 1000000 0 0 1010 1100100 1001000 110110 1100100 1110

Color Harmonies of #474000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474000

Black with #474000

Text Example


Text Example

White with #474000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474000; }

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

 H1.HeaderClassName
 {
   color: #474000;
 }
 .AnyTagClassName
 {
   color: #474000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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