#453C34

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

Shades of Taupe #453C34

Tints of Taupe #453C34

Color information

#453C34 (or 0x453C34) is unknown color: approx Taupe. HEX triplet: 45, 3C and 34. RGB value is (69,60,52). Sum of RGB (Red+Green+Blue) = 69+60+52=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 69 - color contains mainly: red. Hex color #453C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C34 is #BAC3CB. Grayscale: #3D3D3D. Windows color (decimal): -12239820 or 3423301. OLE color: 3423301.

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

Color convert

RGB696052-
CMYK00.130.250.73
HSL28.24º14.05%23.73%-
HSV(B)28.24º24.64%27.06%-
XYZ4.694.743.92-
YUV61.78122.48133.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=38.12%
G=33.15%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69605200.130.250.7328.2414.0523.73
Hex453C340D19491ce18
Octal105746401531111341630
Binary10001011111001101000110111001100100111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,52); }

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

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

 a { background-color: rgb(69,60,52); }

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

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

 span { border-color: rgb(69,60,52); }

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