Html Css Color HEX #483E34 Taupe

📋 copy color: '#483E34'

red 72 ◦ green 62 ◦ blue 52

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

Shades of Taupe #483E34

Tints of Taupe #483E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 38.71%
G = 33.33%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#483E34 (or 0x483E34) is known color: Taupe. HEX triplet: 48, 3E and 34. RGB value is (72,62,52). Sum of RGB (Red+Green+Blue) = 72+62+52=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E34 is #B7C1CB. Grayscale: #3F3F3F. Windows color (decimal): -12042700 or 3423816. OLE color: 3423816.

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

Color convert

RGB 72 62 52 -
CMYK 0 0.14 0.28 0.72
HSL 30º 0.16% 0.24% -
HSV(B) 30º 0.28% 0.28% -
XYZ 5.01 5.07 3.96 -
YUV 63.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 72 62 52 0 0.14 0.28 0.72 30 0.16 0.24
Hex 48 3E 34 0 E 1C 48 1E 10 18
Octal 110 76 64 0 16 34 110 36 20 30
Binary 1001000 111110 110100 0 1110 11100 1001000 11110 10000 11000

Color Harmonies of #483E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E34

Black with #483E34

Text Example


Text Example

White with #483E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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