Html Css Color HEX #483E32 Taupe

📋 copy color: '#483E32'

red 72 ◦ green 62 ◦ blue 50

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

Shades of Taupe #483E32

Tints of Taupe #483E32

RGB

 RED value IS 72 (28.52% from 255) = 39.13%

 GREEN value IS 62 (24.61% from 255) = 33.7%

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 39.13%
G = 33.7%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483E32 (or 0x483E32) is known color: Taupe. HEX triplet: 48, 3E and 32. RGB value is (72,62,50). Sum of RGB (Red+Green+Blue) = 72+62+50=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E32 is #B7C1CD. Grayscale: #3F3F3F. Windows color (decimal): -12042702 or 3292744. OLE color: 3292744.

HSL color Cylindrical-coordinate representation of color #483E32: hue angle of 32.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483E32 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 62 50 -
CMYK 0 0.14 0.31 0.72
HSL 32.73º 0.18% 0.24% -
HSV(B) 32.73º 0.31% 0.28% -
XYZ 4.97 5.05 3.73 -
YUV 63.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 72 62 50 0 0.14 0.31 0.72 32.73 0.18 0.24
Hex 48 3E 32 0 E 1F 48 21 12 18
Octal 110 76 62 0 16 37 110 41 22 30
Binary 1001000 111110 110010 0 1110 11111 1001000 100001 10010 11000

Color Harmonies of #483E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E32

Black with #483E32

Text Example


Text Example

White with #483E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483E32; }

 p { color: rgb(72,62,50); }

 H1.HeaderClassName
 {
   color: #483E32;
 }
 .AnyTagClassName
 {
   color: #483E32;
 }
</style>

background-color css

<style>
 a { background-color: #483E32; }

 a { background-color: rgb(72,62,50); }

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

border-color css

<style>
 span { border-color: #483E32; }

 span { border-color: rgb(72,62,50); }

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