Html Css Color HEX #453B31 Taupe

📋 copy color: '#453B31'

red 69 ◦ green 59 ◦ blue 49

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

Shades of Taupe #453B31

Tints of Taupe #453B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 27.68%

R = 38.98%
G = 33.33%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#453B31 (or 0x453B31) is known color: Taupe. HEX triplet: 45, 3B and 31. RGB value is (69,59,49). Sum of RGB (Red+Green+Blue) = 69+59+49=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 69 - color contains mainly: red. Hex color #453B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B31 is #BAC4CE. Grayscale: #3C3C3C. Windows color (decimal): -12240079 or 3226437. OLE color: 3226437.

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

Color convert

RGB 69 59 49 -
CMYK 0 0.14 0.29 0.73
HSL 30º 0.17% 0.23% -
HSV(B) 30º 0.29% 0.27% -
XYZ 4.57 4.61 3.56 -
YUV 60.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 69 59 49 0 0.14 0.29 0.73 30 0.17 0.23
Hex 45 3B 31 0 E 1D 49 1E 11 17
Octal 105 73 61 0 16 35 111 36 21 27
Binary 1000101 111011 110001 0 1110 11101 1001001 11110 10001 10111

Color Harmonies of #453B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B31

Black with #453B31

Text Example


Text Example

White with #453B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #453B31;
 }
 .AnyTagClassName
 {
   color: #453B31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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