Html Css Color HEX #945E5A Rose Taupe

📋 copy color: '#945E5A'

red 148 ◦ green 94 ◦ blue 90

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

Shades of Rose Taupe #945E5A

Tints of Rose Taupe #945E5A

RGB

 RED value IS 148 (58.2% from 255) = 44.58%

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 44.58%
G = 28.31%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#945E5A (or 0x945E5A) is known color: Rose Taupe. HEX triplet: 94, 5E and 5A. RGB value is (148,94,90). Sum of RGB (Red+Green+Blue) = 148+94+90=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #945E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E5A is #6BA1A5. Grayscale: #6D6D6D. Windows color (decimal): -7053734 or 5922452. OLE color: 5922452.

HSL color Cylindrical-coordinate representation of color #945E5A: hue angle of 4.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945E5A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 90 -
CMYK 0 0.36 0.39 0.42
HSL 4.14º 0.24% 0.47% -
HSV(B) 4.14º 0.39% 0.58% -
XYZ 18.06 15.04 11.62 -
YUV 109.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 148 94 90 0 0.36 0.39 0.42 4.14 0.24 0.47
Hex 94 5E 5A 0 24 27 2A 4 18 2F
Octal 224 136 132 0 44 47 52 4 30 57
Binary 10010100 1011110 1011010 0 100100 100111 101010 100 11000 101111

Color Harmonies of #945E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E5A

Black with #945E5A

Text Example


Text Example

White with #945E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945E5A; }

 p { color: rgb(148,94,90); }

 H1.HeaderClassName
 {
   color: #945E5A;
 }
 .AnyTagClassName
 {
   color: #945E5A;
 }
</style>

background-color css

<style>
 a { background-color: #945E5A; }

 a { background-color: rgb(148,94,90); }

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

border-color css

<style>
 span { border-color: #945E5A; }

 span { border-color: rgb(148,94,90); }

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