#453A33

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

Shades of Taupe #453A33

Tints of Taupe #453A33

Color information

#453A33 (or 0x453A33) is unknown color: approx Taupe. HEX triplet: 45, 3A and 33. RGB value is (69,58,51). Sum of RGB (Red+Green+Blue) = 69+58+51=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 69 - color contains mainly: red. Hex color #453A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A33 is #BAC5CC. Grayscale: #3C3C3C. Windows color (decimal): -12240333 or 3357253. OLE color: 3357253.

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

Color convert

RGB695851-
CMYK00.160.260.73
HSL23.33º15%23.53%-
HSV(B)23.33º26.09%27.06%-
XYZ4.564.533.77-
YUV60.49122.64134.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=38.76%
G=32.58%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69585100.160.260.7323.331523.53
Hex453A330101A4917f18
Octal105726302032111271730
Binary100010111101011001101000011010100100110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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