Html Css Color HEX #483C32 Taupe

📋 copy color: '#483C32'

red 72 ◦ green 60 ◦ blue 50

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

Shades of Taupe #483C32

Tints of Taupe #483C32

RGB

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

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

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

R = 39.56%
G = 32.97%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483C32 (or 0x483C32) is known color: Taupe. HEX triplet: 48, 3C and 32. RGB value is (72,60,50). Sum of RGB (Red+Green+Blue) = 72+60+50=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #483C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C32 is #B7C3CD. Grayscale: #3E3E3E. Windows color (decimal): -12043214 or 3292232. OLE color: 3292232.

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

Color convert

RGB 72 60 50 -
CMYK 0 0.17 0.31 0.72
HSL 27.27º 0.18% 0.24% -
HSV(B) 27.27º 0.31% 0.28% -
XYZ 4.86 4.84 3.7 -
YUV 62.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 72 60 50 0 0.17 0.31 0.72 27.27 0.18 0.24
Hex 48 3C 32 0 11 1F 48 1B 12 18
Octal 110 74 62 0 21 37 110 33 22 30
Binary 1001000 111100 110010 0 10001 11111 1001000 11011 10010 11000

Color Harmonies of #483C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C32

Black with #483C32

Text Example


Text Example

White with #483C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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