#45392E

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

Shades of Taupe #45392E

Tints of Taupe #45392E

Color information

#45392E (or 0x45392E) is unknown color: approx Taupe. HEX triplet: 45, 39 and 2E. RGB value is (69,57,46). Sum of RGB (Red+Green+Blue) = 69+57+46=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 69 - color contains mainly: red. Hex color #45392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45392E is #BAC6D1. Grayscale: #3B3B3B. Windows color (decimal): -12240594 or 3029317. OLE color: 3029317.

HSL color Cylindrical-coordinate representation of color #45392E: hue angle of 28.7º 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 #45392E is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB695746-
CMYK00.170.330.73
HSL28.7º20%22.55%-
HSV(B)28.7º33.33%27.06%-
XYZ4.414.393.2-
YUV59.33120.48134.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=40.12%
G=33.14%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69574600.170.330.7328.72022.55
Hex45392E01121491d1417
Octal105715602141111352427
Binary10001011110011011100100011000011001001111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45392E; }

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

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

<style>
 a { background-color: #45392E; }

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

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

<style>
 span { border-color: #45392E; }

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

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