#483B33

Color #483B33 Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #483B33

Tints of Taupe #483B33

Color information

#483B33 (or 0x483B33) is unknown color: approx 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

RGB725951-
CMYK00.180.290.72
HSL22.86º17.07%24.12%-
HSV(B)22.86º29.17%28.24%-
XYZ4.834.743.79-
YUV61.97121.81135.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72595100.180.290.7222.8617.0724.12
Hex483B330121D48171118
Octal110736302235110272130
Binary1001000111011110011010010111011001000101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>