#453D35

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

Shades of Taupe #453D35

Tints of Taupe #453D35

Color information

#453D35 (or 0x453D35) is unknown color: approx Taupe. HEX triplet: 45, 3D and 35. RGB value is (69,61,53). Sum of RGB (Red+Green+Blue) = 69+61+53=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 69 - color contains mainly: red. Hex color #453D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D35 is #BAC2CA. Grayscale: #3E3E3E. Windows color (decimal): -12239563 or 3489093. OLE color: 3489093.

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

Color convert

RGB696153-
CMYK00.120.230.73
HSL30º13.11%23.92%-
HSV(B)30º23.19%27.06%-
XYZ4.774.864.06-
YUV62.48122.65132.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=37.70%
G=33.33%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69615300.120.230.733013.1123.92
Hex453D350C17491ed18
Octal105756501427111361530
Binary10001011111011101010110010111100100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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