Html Css Color HEX #483C30 Taupe

📋 copy color: '#483C30'

red 72 ◦ green 60 ◦ blue 48

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

Shades of Taupe #483C30

Tints of Taupe #483C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.67%

R = 40%
G = 33.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483C30 (or 0x483C30) is known color: Taupe. HEX triplet: 48, 3C and 30. RGB value is (72,60,48). Sum of RGB (Red+Green+Blue) = 72+60+48=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C30 is #B7C3CF. Grayscale: #3E3E3E. Windows color (decimal): -12043216 or 3161160. OLE color: 3161160.

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

Color convert

RGB 72 60 48 -
CMYK 0 0.17 0.33 0.72
HSL 30º 0.2% 0.24% -
HSV(B) 30º 0.33% 0.28% -
XYZ 4.82 4.82 3.47 -
YUV 62.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 72 60 48 0 0.17 0.33 0.72 30 0.2 0.24
Hex 48 3C 30 0 11 21 48 1E 14 18
Octal 110 74 60 0 21 41 110 36 24 30
Binary 1001000 111100 110000 0 10001 100001 1001000 11110 10100 11000

Color Harmonies of #483C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C30

Black with #483C30

Text Example


Text Example

White with #483C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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