#483F38

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

Shades of Taupe #483F38

Tints of Taupe #483F38

Color information

#483F38 (or 0x483F38) is unknown color: approx Taupe. HEX triplet: 48, 3F and 38. RGB value is (72,63,56). Sum of RGB (Red+Green+Blue) = 72+63+56=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F38 is #B7C0C7. Grayscale: #404040. Windows color (decimal): -12042440 or 3686216. OLE color: 3686216.

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

Color convert

RGB726356-
CMYK00.120.220.72
HSL26.25º12.5%25.1%-
HSV(B)26.25º22.22%28.24%-
XYZ5.165.224.48-
YUV64.89122.98133.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=37.70%
G=32.98%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72635600.120.220.7226.2512.525.1
Hex483F380C16481ad19
Octal110777001426110321531
Binary10010001111111110000110010110100100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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