#453F3B

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

Shades of Taupe #453F3B

Tints of Taupe #453F3B

Color information

#453F3B (or 0x453F3B) is unknown color: approx Taupe. HEX triplet: 45, 3F and 3B. RGB value is (69,63,59). Sum of RGB (Red+Green+Blue) = 69+63+59=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 69 - color contains mainly: red. Hex color #453F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F3B is #BAC0C4. Grayscale: #404040. Windows color (decimal): -12239045 or 3882821. OLE color: 3882821.

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

Color convert

RGB696359-
CMYK00.090.140.73
HSL24º7.81%25.1%-
HSV(B)24º14.49%27.06%-
XYZ5.025.144.86-
YUV64.34124.99131.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=36.13%
G=32.98%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69635900.090.140.73247.8125.1
Hex453F3B09E4918819
Octal105777301116111301031
Binary1000101111111111011010011110100100111000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,59); }

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

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

 a { background-color: rgb(69,63,59); }

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

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

 span { border-color: rgb(69,63,59); }

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