Html Css Color HEX #483B30 Taupe

📋 copy color: '#483B30'

red 72 ◦ green 59 ◦ blue 48

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

Shades of Taupe #483B30

Tints of Taupe #483B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 40.22%
G = 32.96%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483B30 (or 0x483B30) is known color: Taupe. HEX triplet: 48, 3B and 30. RGB value is (72,59,48). Sum of RGB (Red+Green+Blue) = 72+59+48=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B30 is #B7C4CF. Grayscale: #3D3D3D. Windows color (decimal): -12043472 or 3160904. OLE color: 3160904.

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

Color convert

RGB 72 59 48 -
CMYK 0 0.18 0.33 0.72
HSL 27.5º 0.2% 0.24% -
HSV(B) 27.5º 0.33% 0.28% -
XYZ 4.77 4.72 3.46 -
YUV 61.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 72 59 48 0 0.18 0.33 0.72 27.5 0.2 0.24
Hex 48 3B 30 0 12 21 48 1C 14 18
Octal 110 73 60 0 22 41 110 34 24 30
Binary 1001000 111011 110000 0 10010 100001 1001000 11100 10100 11000

Color Harmonies of #483B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B30

Black with #483B30

Text Example


Text Example

White with #483B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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