Html Css Color HEX #474014 Madras

📋 copy color: '#474014'

red 71 ◦ green 64 ◦ blue 20

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

Shades of Madras #474014

Tints of Madras #474014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 45.81%
G = 41.29%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#474014 (or 0x474014) is known color: Madras. HEX triplet: 47, 40 and 14. RGB value is (71,64,20). Sum of RGB (Red+Green+Blue) = 71+64+20=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #474014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474014 is #B8BFEB. Grayscale: #3D3D3D. Windows color (decimal): -12107756 or 1327175. OLE color: 1327175.

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

Color convert

RGB 71 64 20 -
CMYK 0 0.10 0.72 0.72
HSL 51.76º 0.56% 0.18% -
HSV(B) 51.76º 0.72% 0.28% -
XYZ 4.56 5.06 1.4 -
YUV 61.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 71 64 20 0 0.10 0.72 0.72 51.76 0.56 0.18
Hex 47 40 14 0 A 48 48 34 38 12
Octal 107 100 24 0 12 110 110 64 70 22
Binary 1000111 1000000 10100 0 1010 1001000 1001000 110100 111000 10010

Color Harmonies of #474014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474014

Black with #474014

Text Example


Text Example

White with #474014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474014; }

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

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

background-color css

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

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

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

border-color css

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

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

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