#483D35

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

Shades of Taupe #483D35

Tints of Taupe #483D35

Color information

#483D35 (or 0x483D35) is unknown color: approx Taupe. HEX triplet: 48, 3D and 35. RGB value is (72,61,53). Sum of RGB (Red+Green+Blue) = 72+61+53=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D35 is #B7C2CA. Grayscale: #3F3F3F. Windows color (decimal): -12042955 or 3489096. OLE color: 3489096.

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

Color convert

RGB726153-
CMYK00.150.260.72
HSL25.26º15.2%24.51%-
HSV(B)25.26º26.39%28.24%-
XYZ4.984.974.07-
YUV63.38122.14134.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=38.71%
G=32.80%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72615300.150.260.7225.2615.224.51
Hex483D350F1A4819f19
Octal110756501732110311731
Binary10010001111011101010111111010100100011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,53); }

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

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

 a { background-color: rgb(72,61,53); }

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

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

 span { border-color: rgb(72,61,53); }

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