#453A32

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

Shades of Taupe #453A32

Tints of Taupe #453A32

Color information

#453A32 (or 0x453A32) is unknown color: approx Taupe. HEX triplet: 45, 3A and 32. RGB value is (69,58,50). Sum of RGB (Red+Green+Blue) = 69+58+50=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 69 - color contains mainly: red. Hex color #453A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A32 is #BAC5CD. Grayscale: #3C3C3C. Windows color (decimal): -12240334 or 3291717. OLE color: 3291717.

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

Color convert

RGB695850-
CMYK00.160.280.73
HSL25.26º15.97%23.33%-
HSV(B)25.26º27.54%27.06%-
XYZ4.544.523.65-
YUV60.38122.14134.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=38.98%
G=32.77%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69585000.160.280.7325.2615.9723.33
Hex453A320101C49191017
Octal105726202034111312027
Binary1000101111010110010010000111001001001110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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