Html Css Color HEX #483C34 Taupe

📋 copy color: '#483C34'

red 72 ◦ green 60 ◦ blue 52

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

Shades of Taupe #483C34

Tints of Taupe #483C34

RGB

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

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

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

R = 39.13%
G = 32.61%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#483C34 (or 0x483C34) is known color: Taupe. HEX triplet: 48, 3C and 34. RGB value is (72,60,52). Sum of RGB (Red+Green+Blue) = 72+60+52=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C34 is #B7C3CB. Grayscale: #3E3E3E. Windows color (decimal): -12043212 or 3423304. OLE color: 3423304.

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

Color convert

RGB 72 60 52 -
CMYK 0 0.17 0.28 0.72
HSL 24º 0.16% 0.24% -
HSV(B) 24º 0.28% 0.28% -
XYZ 4.91 4.86 3.93 -
YUV 62.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 72 60 52 0 0.17 0.28 0.72 24 0.16 0.24
Hex 48 3C 34 0 11 1C 48 18 10 18
Octal 110 74 64 0 21 34 110 30 20 30
Binary 1001000 111100 110100 0 10001 11100 1001000 11000 10000 11000

Color Harmonies of #483C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C34

Black with #483C34

Text Example


Text Example

White with #483C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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