#453A2E

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

Shades of Taupe #453A2E

Tints of Taupe #453A2E

Color information

#453A2E (or 0x453A2E) is unknown color: approx Taupe. HEX triplet: 45, 3A and 2E. RGB value is (69,58,46). Sum of RGB (Red+Green+Blue) = 69+58+46=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #453A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A2E is #BAC5D1. Grayscale: #3B3B3B. Windows color (decimal): -12240338 or 3029573. OLE color: 3029573.

HSL color Cylindrical-coordinate representation of color #453A2E: hue angle of 31.3º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #453A2E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB695846-
CMYK00.160.330.73
HSL31.3º20%22.55%-
HSV(B)31.3º33.33%27.06%-
XYZ4.464.493.22-
YUV59.92120.14134.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=39.88%
G=33.53%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69584600.160.330.7331.32022.55
Hex453A2E01021491f1417
Octal105725602041111372427
Binary10001011110101011100100001000011001001111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A2E; }

 p { color: rgb(69,58,46); }

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

<style>
 a { background-color: #453A2E; }

 a { background-color: rgb(69,58,46); }

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

<style>
 span { border-color: #453A2E; }

 span { border-color: rgb(69,58,46); }

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