Html Css Color HEX #4B3A2F Taupe

📋 copy color: '#4B3A2F'

red 75 ◦ green 58 ◦ blue 47

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

Shades of Taupe #4B3A2F

Tints of Taupe #4B3A2F

RGB

 RED value IS 75 (29.69% from 255) = 41.67%

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

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 41.67%
G = 32.22%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#4B3A2F (or 0x4B3A2F) is known color: Taupe. HEX triplet: 4B, 3A and 2F. RGB value is (75,58,47). Sum of RGB (Red+Green+Blue) = 75+58+47=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A2F is #B4C5D0. Grayscale: #3D3D3D. Windows color (decimal): -11847121 or 3095115. OLE color: 3095115.

HSL color Cylindrical-coordinate representation of color #4B3A2F: hue angle of 23.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3A2F is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 58 47 -
CMYK 0 0.23 0.37 0.71
HSL 23.57º 0.23% 0.24% -
HSV(B) 23.57º 0.37% 0.29% -
XYZ 4.93 4.73 3.34 -
YUV 61.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 75 58 47 0 0.23 0.37 0.71 23.57 0.23 0.24
Hex 4B 3A 2F 0 17 25 47 18 17 18
Octal 113 72 57 0 27 45 107 30 27 30
Binary 1001011 111010 101111 0 10111 100101 1000111 11000 10111 11000

Color Harmonies of #4B3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3A2F

Black with #4B3A2F

Text Example


Text Example

White with #4B3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B3A2F; }

 p { color: rgb(75,58,47); }

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

background-color css

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

 a { background-color: rgb(75,58,47); }

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

border-color css

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

 span { border-color: rgb(75,58,47); }

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