Html Css Color HEX #93997D Sage

📋 copy color: '#93997D'

red 147 ◦ green 153 ◦ blue 125

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

Shades of Sage #93997D

Tints of Sage #93997D

RGB

 RED value IS 147 (57.81% from 255) = 34.59%

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 34.59%
G = 36%
B = 29.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#93997D (or 0x93997D) is known color: Sage. HEX triplet: 93, 99 and 7D. RGB value is (147,153,125). Sum of RGB (Red+Green+Blue) = 147+153+125=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #93997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93997D is #6C6682. Grayscale: #949494. Windows color (decimal): -7104131 or 8231315. OLE color: 8231315.

HSL color Cylindrical-coordinate representation of color #93997D: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93997D is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 125 -
CMYK 0.04 0 0.18 0.4
HSL 72.86º 0.12% 0.55% -
HSV(B) 72.86º 0.18% 0.6% -
XYZ 27.13 30.47 23.85 -
YUV 148.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 147 153 125 0.04 0 0.18 0.4 72.86 0.12 0.55
Hex 93 99 7D 4 0 12 28 49 C 37
Octal 223 231 175 4 0 22 50 111 14 67
Binary 10010011 10011001 1111101 100 0 10010 101000 1001001 1100 110111

Color Harmonies of #93997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93997D

Black with #93997D

Text Example


Text Example

White with #93997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93997D; }

 p { color: rgb(147,153,125); }

 H1.HeaderClassName
 {
   color: #93997D;
 }
 .AnyTagClassName
 {
   color: #93997D;
 }
</style>

background-color css

<style>
 a { background-color: #93997D; }

 a { background-color: rgb(147,153,125); }

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

border-color css

<style>
 span { border-color: #93997D; }

 span { border-color: rgb(147,153,125); }

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