Html Css Color HEX #453D35 Taupe

📋 copy color: '#453D35'

red 69 ◦ green 61 ◦ blue 53

#453D35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe #453D35

Tints of Taupe #453D35

RGB

 RED value IS 69 (27.34% from 255) = 37.7%

 GREEN value IS 61 (24.22% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 37.7%
G = 33.33%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#453D35 (or 0x453D35) is known color: 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

RGB 69 61 53 -
CMYK 0 0.12 0.23 0.73
HSL 30º 0.13% 0.24% -
HSV(B) 30º 0.23% 0.27% -
XYZ 4.77 4.86 4.06 -
YUV 62.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 69 61 53 0 0.12 0.23 0.73 30 0.13 0.24
Hex 45 3D 35 0 C 17 49 1E D 18
Octal 105 75 65 0 14 27 111 36 15 30
Binary 1000101 111101 110101 0 1100 10111 1001001 11110 1101 11000

Color Harmonies of #453D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D35

Black with #453D35

Text Example


Text Example

White with #453D35

Text Example


Text Example

HTML Codes & Css Web 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>