Html Css Color HEX #997249 Pale Brown

📋 copy color: '#997249'

red 153 ◦ green 114 ◦ blue 73

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

Shades of Pale Brown #997249

Tints of Pale Brown #997249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 45%
G = 33.53%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#997249 (or 0x997249) is known color: Pale Brown. HEX triplet: 99, 72 and 49. RGB value is (153,114,73). Sum of RGB (Red+Green+Blue) = 153+114+73=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #997249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997249 is #668DB6. Grayscale: #797979. Windows color (decimal): -6720951 or 4813465. OLE color: 4813465.

HSL color Cylindrical-coordinate representation of color #997249: hue angle of 30.75º 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 #997249 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 73 -
CMYK 0 0.25 0.52 0.4
HSL 30.75º 0.35% 0.44% -
HSV(B) 30.75º 0.52% 0.6% -
XYZ 20.36 19.29 8.95 -
YUV 120.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 153 114 73 0 0.25 0.52 0.4 30.75 0.35 0.44
Hex 99 72 49 0 19 34 28 1F 23 2C
Octal 231 162 111 0 31 64 50 37 43 54
Binary 10011001 1110010 1001001 0 11001 110100 101000 11111 100011 101100

Color Harmonies of #997249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997249

Black with #997249

Text Example


Text Example

White with #997249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997249; }

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

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

background-color css

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

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

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

border-color css

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

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

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