Html Css Color HEX #473F20 Madras

📋 copy color: '#473F20'

red 71 ◦ green 63 ◦ blue 32

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

Shades of Madras #473F20

Tints of Madras #473F20

RGB

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

 GREEN value IS 63 (25% from 255) = 37.95%

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

R = 42.77%
G = 37.95%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473F20 (or 0x473F20) is known color: Madras. HEX triplet: 47, 3F and 20. RGB value is (71,63,32). Sum of RGB (Red+Green+Blue) = 71+63+32=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #473F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F20 is #B8C0DF. Grayscale: #3D3D3D. Windows color (decimal): -12108000 or 2113351. OLE color: 2113351.

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

Color convert

RGB 71 63 32 -
CMYK 0 0.11 0.55 0.72
HSL 47.69º 0.38% 0.2% -
HSV(B) 47.69º 0.55% 0.28% -
XYZ 4.64 5 2.09 -
YUV 61.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 71 63 32 0 0.11 0.55 0.72 47.69 0.38 0.2
Hex 47 3F 20 0 B 37 48 30 26 14
Octal 107 77 40 0 13 67 110 60 46 24
Binary 1000111 111111 100000 0 1011 110111 1001000 110000 100110 10100

Color Harmonies of #473F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F20

Black with #473F20

Text Example


Text Example

White with #473F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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