Html Css Color HEX #473A30 Taupe

📋 copy color: '#473A30'

red 71 ◦ green 58 ◦ blue 48

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

Shades of Taupe #473A30

Tints of Taupe #473A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 40.11%
G = 32.77%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#473A30 (or 0x473A30) is known color: Taupe. HEX triplet: 47, 3A and 30. RGB value is (71,58,48). Sum of RGB (Red+Green+Blue) = 71+58+48=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A30 is #B8C5CF. Grayscale: #3C3C3C. Windows color (decimal): -12109264 or 3160647. OLE color: 3160647.

HSL color Cylindrical-coordinate representation of color #473A30: hue angle of 26.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473A30 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 58 48 -
CMYK 0 0.18 0.32 0.72
HSL 26.09º 0.19% 0.23% -
HSV(B) 26.09º 0.32% 0.28% -
XYZ 4.65 4.58 3.44 -
YUV 60.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 71 58 48 0 0.18 0.32 0.72 26.09 0.19 0.23
Hex 47 3A 30 0 12 20 48 1A 13 17
Octal 107 72 60 0 22 40 110 32 23 27
Binary 1000111 111010 110000 0 10010 100000 1001000 11010 10011 10111

Color Harmonies of #473A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A30

Black with #473A30

Text Example


Text Example

White with #473A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,58,48); }

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

background-color css

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

 a { background-color: rgb(71,58,48); }

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

border-color css

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

 span { border-color: rgb(71,58,48); }

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