Html Css Color HEX #483F34 Taupe

📋 copy color: '#483F34'

red 72 ◦ green 63 ◦ blue 52

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

Shades of Taupe #483F34

Tints of Taupe #483F34

RGB

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

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

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

R = 38.5%
G = 33.69%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#483F34 (or 0x483F34) is known color: Taupe. HEX triplet: 48, 3F and 34. RGB value is (72,63,52). Sum of RGB (Red+Green+Blue) = 72+63+52=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #483F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F34 is #B7C0CB. Grayscale: #404040. Windows color (decimal): -12042444 or 3424072. OLE color: 3424072.

HSL color Cylindrical-coordinate representation of color #483F34: hue angle of 33º 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 #483F34 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 63 52 -
CMYK 0 0.12 0.28 0.72
HSL 33º 0.16% 0.24% -
HSV(B) 33º 0.28% 0.28% -
XYZ 5.07 5.18 3.98 -
YUV 64.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 72 63 52 0 0.12 0.28 0.72 33 0.16 0.24
Hex 48 3F 34 0 C 1C 48 21 10 18
Octal 110 77 64 0 14 34 110 41 20 30
Binary 1001000 111111 110100 0 1100 11100 1001000 100001 10000 11000

Color Harmonies of #483F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F34

Black with #483F34

Text Example


Text Example

White with #483F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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