#453D34

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

Shades of Taupe #453D34

Tints of Taupe #453D34

Color information

#453D34 (or 0x453D34) is unknown color: approx Taupe. HEX triplet: 45, 3D and 34. RGB value is (69,61,52). Sum of RGB (Red+Green+Blue) = 69+61+52=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 69 - color contains mainly: red. Hex color #453D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D34 is #BAC2CB. Grayscale: #3E3E3E. Windows color (decimal): -12239564 or 3423557. OLE color: 3423557.

HSL color Cylindrical-coordinate representation of color #453D34: hue angle of 31.76º 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 #453D34 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB696152-
CMYK00.120.250.73
HSL31.76º14.05%23.73%-
HSV(B)31.76º24.64%27.06%-
XYZ4.744.853.94-
YUV62.37122.15132.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=37.91%
G=33.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69615200.120.250.7331.7614.0523.73
Hex453D340C194920e18
Octal105756401431111401630
Binary100010111110111010001100110011001001100000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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