Html Css Color HEX #474114 Madras

📋 copy color: '#474114'

red 71 ◦ green 65 ◦ blue 20

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

Shades of Madras #474114

Tints of Madras #474114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

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

R = 45.51%
G = 41.67%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#474114 (or 0x474114) is known color: Madras. HEX triplet: 47, 41 and 14. RGB value is (71,65,20). Sum of RGB (Red+Green+Blue) = 71+65+20=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #474114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474114 is #B8BEEB. Grayscale: #3D3D3D. Windows color (decimal): -12107500 or 1327431. OLE color: 1327431.

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

Color convert

RGB 71 65 20 -
CMYK 0 0.08 0.72 0.72
HSL 52.94º 0.56% 0.18% -
HSV(B) 52.94º 0.72% 0.28% -
XYZ 4.62 5.17 1.42 -
YUV 61.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 71 65 20 0 0.08 0.72 0.72 52.94 0.56 0.18
Hex 47 41 14 0 8 48 48 35 38 12
Octal 107 101 24 0 10 110 110 65 70 22
Binary 1000111 1000001 10100 0 1000 1001000 1001000 110101 111000 10010

Color Harmonies of #474114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474114

Black with #474114

Text Example


Text Example

White with #474114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474114; }

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

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

background-color css

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

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

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

border-color css

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

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

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