Html Css Color HEX #474120 Madras

📋 copy color: '#474120'

red 71 ◦ green 65 ◦ blue 32

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

Shades of Madras #474120

Tints of Madras #474120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 42.26%
G = 38.69%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#474120 (or 0x474120) is known color: Madras. HEX triplet: 47, 41 and 20. RGB value is (71,65,32). Sum of RGB (Red+Green+Blue) = 71+65+32=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #474120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474120 is #B8BEDF. Grayscale: #3F3F3F. Windows color (decimal): -12107488 or 2113863. OLE color: 2113863.

HSL color Cylindrical-coordinate representation of color #474120: hue angle of 50.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474120 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 65 32 -
CMYK 0 0.08 0.55 0.72
HSL 50.77º 0.38% 0.2% -
HSV(B) 50.77º 0.55% 0.28% -
XYZ 4.75 5.22 2.12 -
YUV 63.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 71 65 32 0 0.08 0.55 0.72 50.77 0.38 0.2
Hex 47 41 20 0 8 37 48 33 26 14
Octal 107 101 40 0 10 67 110 63 46 24
Binary 1000111 1000001 100000 0 1000 110111 1001000 110011 100110 10100

Color Harmonies of #474120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474120

Black with #474120

Text Example


Text Example

White with #474120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474120; }

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

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

background-color css

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

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

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

border-color css

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

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

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