Html Css Color HEX #483C31 Taupe

📋 copy color: '#483C31'

red 72 ◦ green 60 ◦ blue 49

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

Shades of Taupe #483C31

Tints of Taupe #483C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.07%

R = 39.78%
G = 33.15%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#483C31 (or 0x483C31) is known color: Taupe. HEX triplet: 48, 3C and 31. RGB value is (72,60,49). Sum of RGB (Red+Green+Blue) = 72+60+49=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C31 is #B7C3CE. Grayscale: #3E3E3E. Windows color (decimal): -12043215 or 3226696. OLE color: 3226696.

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

Color convert

RGB 72 60 49 -
CMYK 0 0.17 0.32 0.72
HSL 28.7º 0.19% 0.24% -
HSV(B) 28.7º 0.32% 0.28% -
XYZ 4.84 4.83 3.58 -
YUV 62.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 72 60 49 0 0.17 0.32 0.72 28.7 0.19 0.24
Hex 48 3C 31 0 11 20 48 1D 13 18
Octal 110 74 61 0 21 40 110 35 23 30
Binary 1001000 111100 110001 0 10001 100000 1001000 11101 10011 11000

Color Harmonies of #483C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C31

Black with #483C31

Text Example


Text Example

White with #483C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,49); }

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

background-color css

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

 a { background-color: rgb(72,60,49); }

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

border-color css

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

 span { border-color: rgb(72,60,49); }

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