Html Css Color HEX #473C30 Taupe

📋 copy color: '#473C30'

red 71 ◦ green 60 ◦ blue 48

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

Shades of Taupe #473C30

Tints of Taupe #473C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

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

R = 39.66%
G = 33.52%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#473C30 (or 0x473C30) is known color: Taupe. HEX triplet: 47, 3C and 30. RGB value is (71,60,48). Sum of RGB (Red+Green+Blue) = 71+60+48=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C30 is #B8C3CF. Grayscale: #3D3D3D. Windows color (decimal): -12108752 or 3161159. OLE color: 3161159.

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

Color convert

RGB 71 60 48 -
CMYK 0 0.15 0.32 0.72
HSL 31.3º 0.19% 0.23% -
HSV(B) 31.3º 0.32% 0.28% -
XYZ 4.75 4.78 3.47 -
YUV 61.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 71 60 48 0 0.15 0.32 0.72 31.3 0.19 0.23
Hex 47 3C 30 0 F 20 48 1F 13 17
Octal 107 74 60 0 17 40 110 37 23 27
Binary 1000111 111100 110000 0 1111 100000 1001000 11111 10011 10111

Color Harmonies of #473C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C30

Black with #473C30

Text Example


Text Example

White with #473C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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