Html Css Color HEX #483B33 Taupe

📋 copy color: '#483B33'

red 72 ◦ green 59 ◦ blue 51

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

Shades of Taupe #483B33

Tints of Taupe #483B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 39.56%
G = 32.42%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#483B33 (or 0x483B33) is known color: Taupe. HEX triplet: 48, 3B and 33. RGB value is (72,59,51). Sum of RGB (Red+Green+Blue) = 72+59+51=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #483B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B33 is #B7C4CC. Grayscale: #3E3E3E. Windows color (decimal): -12043469 or 3357512. OLE color: 3357512.

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

Color convert

RGB 72 59 51 -
CMYK 0 0.18 0.29 0.72
HSL 22.86º 0.17% 0.24% -
HSV(B) 22.86º 0.29% 0.28% -
XYZ 4.83 4.74 3.79 -
YUV 61.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 72 59 51 0 0.18 0.29 0.72 22.86 0.17 0.24
Hex 48 3B 33 0 12 1D 48 17 11 18
Octal 110 73 63 0 22 35 110 27 21 30
Binary 1001000 111011 110011 0 10010 11101 1001000 10111 10001 11000

Color Harmonies of #483B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B33

Black with #483B33

Text Example


Text Example

White with #483B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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