Html Css Color HEX #474410 Madras

📋 copy color: '#474410'

red 71 ◦ green 68 ◦ blue 16

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

Shades of Madras #474410

Tints of Madras #474410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 45.81%
G = 43.87%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#474410 (or 0x474410) is known color: Madras. HEX triplet: 47, 44 and 10. RGB value is (71,68,16). Sum of RGB (Red+Green+Blue) = 71+68+16=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #474410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474410 is #B8BBEF. Grayscale: #3F3F3F. Windows color (decimal): -12106736 or 1066055. OLE color: 1066055.

HSL color Cylindrical-coordinate representation of color #474410: hue angle of 56.73º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #474410 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 16 -
CMYK 0 0.04 0.77 0.72
HSL 56.73º 0.63% 0.17% -
HSV(B) 56.73º 0.77% 0.28% -
XYZ 4.76 5.51 1.3 -
YUV 62.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 71 68 16 0 0.04 0.77 0.72 56.73 0.63 0.17
Hex 47 44 10 0 4 4D 48 39 3F 11
Octal 107 104 20 0 4 115 110 71 77 21
Binary 1000111 1000100 10000 0 100 1001101 1001000 111001 111111 10001

Color Harmonies of #474410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474410

Black with #474410

Text Example


Text Example

White with #474410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474410; }

 p { color: rgb(71,68,16); }

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

background-color css

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

 a { background-color: rgb(71,68,16); }

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

border-color css

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

 span { border-color: rgb(71,68,16); }

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