Html Css Color HEX #473D20 Madras

📋 copy color: '#473D20'

red 71 ◦ green 61 ◦ blue 32

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

Shades of Madras #473D20

Tints of Madras #473D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.2%

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

R = 43.29%
G = 37.2%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473D20 (or 0x473D20) is known color: Madras. HEX triplet: 47, 3D and 20. RGB value is (71,61,32). Sum of RGB (Red+Green+Blue) = 71+61+32=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #473D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D20 is #B8C2DF. Grayscale: #3C3C3C. Windows color (decimal): -12108512 or 2112839. OLE color: 2112839.

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

Color convert

RGB 71 61 32 -
CMYK 0 0.14 0.55 0.72
HSL 44.62º 0.38% 0.2% -
HSV(B) 44.62º 0.55% 0.28% -
XYZ 4.53 4.78 2.05 -
YUV 60.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 71 61 32 0 0.14 0.55 0.72 44.62 0.38 0.2
Hex 47 3D 20 0 E 37 48 2D 26 14
Octal 107 75 40 0 16 67 110 55 46 24
Binary 1000111 111101 100000 0 1110 110111 1001000 101101 100110 10100

Color Harmonies of #473D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D20

Black with #473D20

Text Example


Text Example

White with #473D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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