Html Css Color HEX #483F33 Taupe

📋 copy color: '#483F33'

red 72 ◦ green 63 ◦ blue 51

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

Shades of Taupe #483F33

Tints of Taupe #483F33

RGB

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

 GREEN value IS 63 (25% from 255) = 33.87%

 BLUE value IS 51 (20.31% from 255) = 27.42%

R = 38.71%
G = 33.87%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#483F33 (or 0x483F33) is known color: Taupe. HEX triplet: 48, 3F and 33. RGB value is (72,63,51). Sum of RGB (Red+Green+Blue) = 72+63+51=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F33 is #B7C0CC. Grayscale: #404040. Windows color (decimal): -12042445 or 3358536. OLE color: 3358536.

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

Color convert

RGB 72 63 51 -
CMYK 0 0.12 0.29 0.72
HSL 34.29º 0.17% 0.24% -
HSV(B) 34.29º 0.29% 0.28% -
XYZ 5.05 5.17 3.86 -
YUV 64.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 72 63 51 0 0.12 0.29 0.72 34.29 0.17 0.24
Hex 48 3F 33 0 C 1D 48 22 11 18
Octal 110 77 63 0 14 35 110 42 21 30
Binary 1001000 111111 110011 0 1100 11101 1001000 100010 10001 11000

Color Harmonies of #483F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F33

Black with #483F33

Text Example


Text Example

White with #483F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,51); }

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

background-color css

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

 a { background-color: rgb(72,63,51); }

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

border-color css

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

 span { border-color: rgb(72,63,51); }

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