Html Css Color HEX #474314 Madras

📋 copy color: '#474314'

red 71 ◦ green 67 ◦ blue 20

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

Shades of Madras #474314

Tints of Madras #474314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

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

R = 44.94%
G = 42.41%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#474314 (or 0x474314) is known color: Madras. HEX triplet: 47, 43 and 14. RGB value is (71,67,20). Sum of RGB (Red+Green+Blue) = 71+67+20=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #474314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474314 is #B8BCEB. Grayscale: #3F3F3F. Windows color (decimal): -12106988 or 1327943. OLE color: 1327943.

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

Color convert

RGB 71 67 20 -
CMYK 0 0.06 0.72 0.72
HSL 55.29º 0.56% 0.18% -
HSV(B) 55.29º 0.72% 0.28% -
XYZ 4.73 5.4 1.46 -
YUV 62.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 71 67 20 0 0.06 0.72 0.72 55.29 0.56 0.18
Hex 47 43 14 0 6 48 48 37 38 12
Octal 107 103 24 0 6 110 110 67 70 22
Binary 1000111 1000011 10100 0 110 1001000 1001000 110111 111000 10010

Color Harmonies of #474314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474314

Black with #474314

Text Example


Text Example

White with #474314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474314; }

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

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

background-color css

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

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

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

border-color css

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

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

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