Html Css Color HEX #997950 Pale Brown

📋 copy color: '#997950'

red 153 ◦ green 121 ◦ blue 80

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

Shades of Pale Brown #997950

Tints of Pale Brown #997950

RGB

 RED value IS 153 (60.16% from 255) = 43.22%

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 43.22%
G = 34.18%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#997950 (or 0x997950) is known color: Pale Brown. HEX triplet: 99, 79 and 50. RGB value is (153,121,80). Sum of RGB (Red+Green+Blue) = 153+121+80=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #997950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997950 is #6686AF. Grayscale: #7E7E7E. Windows color (decimal): -6719152 or 5274009. OLE color: 5274009.

HSL color Cylindrical-coordinate representation of color #997950: hue angle of 33.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997950 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 80 -
CMYK 0 0.21 0.48 0.4
HSL 33.7º 0.31% 0.46% -
HSV(B) 33.7º 0.48% 0.6% -
XYZ 21.42 21.03 10.52 -
YUV 125.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 153 121 80 0 0.21 0.48 0.4 33.7 0.31 0.46
Hex 99 79 50 0 15 30 28 22 1F 2E
Octal 231 171 120 0 25 60 50 42 37 56
Binary 10011001 1111001 1010000 0 10101 110000 101000 100010 11111 101110

Color Harmonies of #997950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997950

Black with #997950

Text Example


Text Example

White with #997950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997950; }

 p { color: rgb(153,121,80); }

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

background-color css

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

 a { background-color: rgb(153,121,80); }

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

border-color css

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

 span { border-color: rgb(153,121,80); }

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