Html Css Color HEX #483A30 Taupe

📋 copy color: '#483A30'

red 72 ◦ green 58 ◦ blue 48

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

Shades of Taupe #483A30

Tints of Taupe #483A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.58%

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

R = 40.45%
G = 32.58%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483A30 (or 0x483A30) is known color: Taupe. HEX triplet: 48, 3A and 30. RGB value is (72,58,48). Sum of RGB (Red+Green+Blue) = 72+58+48=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A30 is #B7C5CF. Grayscale: #3D3D3D. Windows color (decimal): -12043728 or 3160648. OLE color: 3160648.

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

Color convert

RGB 72 58 48 -
CMYK 0 0.19 0.33 0.72
HSL 25º 0.2% 0.24% -
HSV(B) 25º 0.33% 0.28% -
XYZ 4.72 4.62 3.44 -
YUV 61.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 72 58 48 0 0.19 0.33 0.72 25 0.2 0.24
Hex 48 3A 30 0 13 21 48 19 14 18
Octal 110 72 60 0 23 41 110 31 24 30
Binary 1001000 111010 110000 0 10011 100001 1001000 11001 10100 11000

Color Harmonies of #483A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A30

Black with #483A30

Text Example


Text Example

White with #483A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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