#483F37

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

Shades of Taupe #483F37

Tints of Taupe #483F37

Color information

#483F37 (or 0x483F37) is unknown color: approx Taupe. HEX triplet: 48, 3F and 37. RGB value is (72,63,55). Sum of RGB (Red+Green+Blue) = 72+63+55=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F37 is #B7C0C8. Grayscale: #404040. Windows color (decimal): -12042441 or 3620680. OLE color: 3620680.

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

Color convert

RGB726355-
CMYK00.120.240.72
HSL28.24º13.39%24.9%-
HSV(B)28.24º23.61%28.24%-
XYZ5.145.214.35-
YUV64.78122.48133.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=37.89%
G=33.16%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72635500.120.240.7228.2413.3924.9
Hex483F370C18481cd19
Octal110776701430110341531
Binary10010001111111101110110011000100100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,63,55); }

 H1.HeaderClassName
 {
   color: #483F37;
 }
 .AnyTagClassName
 {
   color: #483F37;
 }
</style>
background-color css

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

 a { background-color: rgb(72,63,55); }

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

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

 span { border-color: rgb(72,63,55); }

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