Html Css Color HEX #483E37 Taupe

📋 copy color: '#483E37'

red 72 ◦ green 62 ◦ blue 55

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

Shades of Taupe #483E37

Tints of Taupe #483E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.1%

R = 38.1%
G = 32.8%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#483E37 (or 0x483E37) is known color: Taupe. HEX triplet: 48, 3E and 37. RGB value is (72,62,55). Sum of RGB (Red+Green+Blue) = 72+62+55=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E37 is #B7C1C8. Grayscale: #404040. Windows color (decimal): -12042697 or 3620424. OLE color: 3620424.

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

Color convert

RGB 72 62 55 -
CMYK 0 0.14 0.24 0.72
HSL 24.71º 0.13% 0.25% -
HSV(B) 24.71º 0.24% 0.28% -
XYZ 5.08 5.1 4.33 -
YUV 64.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 72 62 55 0 0.14 0.24 0.72 24.71 0.13 0.25
Hex 48 3E 37 0 E 18 48 19 D 19
Octal 110 76 67 0 16 30 110 31 15 31
Binary 1001000 111110 110111 0 1110 11000 1001000 11001 1101 11001

Color Harmonies of #483E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E37

Black with #483E37

Text Example


Text Example

White with #483E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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