Html Css Color HEX #474021 Madras

📋 copy color: '#474021'

red 71 ◦ green 64 ◦ blue 33

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

Shades of Madras #474021

Tints of Madras #474021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 42.26%
G = 38.1%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#474021 (or 0x474021) is known color: Madras. HEX triplet: 47, 40 and 21. RGB value is (71,64,33). Sum of RGB (Red+Green+Blue) = 71+64+33=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #474021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474021 is #B8BFDE. Grayscale: #3E3E3E. Windows color (decimal): -12107743 or 2179143. OLE color: 2179143.

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

Color convert

RGB 71 64 33 -
CMYK 0 0.10 0.54 0.72
HSL 48.95º 0.37% 0.2% -
HSV(B) 48.95º 0.54% 0.28% -
XYZ 4.71 5.12 2.18 -
YUV 62.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 71 64 33 0 0.10 0.54 0.72 48.95 0.37 0.2
Hex 47 40 21 0 A 36 48 31 25 14
Octal 107 100 41 0 12 66 110 61 45 24
Binary 1000111 1000000 100001 0 1010 110110 1001000 110001 100101 10100

Color Harmonies of #474021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474021

Black with #474021

Text Example


Text Example

White with #474021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474021; }

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

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

background-color css

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

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

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

border-color css

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

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

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