Html Css Color HEX #997349 Pale Brown

📋 copy color: '#997349'

red 153 ◦ green 115 ◦ blue 73

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

Shades of Pale Brown #997349

Tints of Pale Brown #997349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 44.87%
G = 33.72%
B = 21.41%

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

#997349 (or 0x997349) is known color: Pale Brown. HEX triplet: 99, 73 and 49. RGB value is (153,115,73). Sum of RGB (Red+Green+Blue) = 153+115+73=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #997349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997349 is #668CB6. Grayscale: #797979. Windows color (decimal): -6720695 or 4813721. OLE color: 4813721.

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

Color convert

RGB 153 115 73 -
CMYK 0 0.25 0.52 0.4
HSL 31.5º 0.35% 0.44% -
HSV(B) 31.5º 0.52% 0.6% -
XYZ 20.47 19.51 8.99 -
YUV 121.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 153 115 73 0 0.25 0.52 0.4 31.5 0.35 0.44
Hex 99 73 49 0 19 34 28 1F 23 2C
Octal 231 163 111 0 31 64 50 37 43 54
Binary 10011001 1110011 1001001 0 11001 110100 101000 11111 100011 101100

Color Harmonies of #997349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997349

Black with #997349

Text Example


Text Example

White with #997349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997349; }

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

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

background-color css

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

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

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

border-color css

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

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

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