Html Css Color HEX #483B32 Taupe

📋 copy color: '#483B32'

red 72 ◦ green 59 ◦ blue 50

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

Shades of Taupe #483B32

Tints of Taupe #483B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 39.78%
G = 32.6%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483B32 (or 0x483B32) is known color: Taupe. HEX triplet: 48, 3B and 32. RGB value is (72,59,50). Sum of RGB (Red+Green+Blue) = 72+59+50=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B32 is #B7C4CD. Grayscale: #3D3D3D. Windows color (decimal): -12043470 or 3291976. OLE color: 3291976.

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

Color convert

RGB 72 59 50 -
CMYK 0 0.18 0.31 0.72
HSL 24.55º 0.18% 0.24% -
HSV(B) 24.55º 0.31% 0.28% -
XYZ 4.81 4.74 3.68 -
YUV 61.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 72 59 50 0 0.18 0.31 0.72 24.55 0.18 0.24
Hex 48 3B 32 0 12 1F 48 19 12 18
Octal 110 73 62 0 22 37 110 31 22 30
Binary 1001000 111011 110010 0 10010 11111 1001000 11001 10010 11000

Color Harmonies of #483B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B32

Black with #483B32

Text Example


Text Example

White with #483B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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