Html Css Color HEX #997149 Pale Brown

📋 copy color: '#997149'

red 153 ◦ green 113 ◦ blue 73

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

Shades of Pale Brown #997149

Tints of Pale Brown #997149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 45.13%
G = 33.33%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#997149 (or 0x997149) is known color: Pale Brown. HEX triplet: 99, 71 and 49. RGB value is (153,113,73). Sum of RGB (Red+Green+Blue) = 153+113+73=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #997149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997149 is #668EB6. Grayscale: #787878. Windows color (decimal): -6721207 or 4813209. OLE color: 4813209.

HSL color Cylindrical-coordinate representation of color #997149: hue angle of 30º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #997149 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 73 -
CMYK 0 0.26 0.52 0.4
HSL 30º 0.35% 0.44% -
HSV(B) 30º 0.52% 0.6% -
XYZ 20.24 19.06 8.92 -
YUV 120.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 153 113 73 0 0.26 0.52 0.4 30 0.35 0.44
Hex 99 71 49 0 1A 34 28 1E 23 2C
Octal 231 161 111 0 32 64 50 36 43 54
Binary 10011001 1110001 1001001 0 11010 110100 101000 11110 100011 101100

Color Harmonies of #997149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997149

Black with #997149

Text Example


Text Example

White with #997149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997149; }

 p { color: rgb(153,113,73); }

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

background-color css

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

 a { background-color: rgb(153,113,73); }

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

border-color css

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

 span { border-color: rgb(153,113,73); }

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