Html Css Color HEX #9F7449 Pale Brown

📋 copy color: '#9F7449'

red 159 ◦ green 116 ◦ blue 73

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

Shades of Pale Brown #9F7449

Tints of Pale Brown #9F7449

RGB

 RED value IS 159 (62.5% from 255) = 45.69%

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 45.69%
G = 33.33%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F7449 (or 0x9F7449) is known color: Pale Brown. HEX triplet: 9F, 74 and 49. RGB value is (159,116,73). Sum of RGB (Red+Green+Blue) = 159+116+73=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7449 is #608BB6. Grayscale: #7C7C7C. Windows color (decimal): -6327223 or 4813983. OLE color: 4813983.

HSL color Cylindrical-coordinate representation of color #9F7449: hue angle of 30º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F7449 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 116 73 -
CMYK 0 0.27 0.54 0.38
HSL 30º 0.37% 0.45% -
HSV(B) 30º 0.54% 0.62% -
XYZ 21.75 20.34 9.08 -
YUV 123.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 159 116 73 0 0.27 0.54 0.38 30 0.37 0.45
Hex 9F 74 49 0 1B 36 26 1E 25 2D
Octal 237 164 111 0 33 66 46 36 45 55
Binary 10011111 1110100 1001001 0 11011 110110 100110 11110 100101 101101

Color Harmonies of #9F7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7449

Black with #9F7449

Text Example


Text Example

White with #9F7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F7449; }

 p { color: rgb(159,116,73); }

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

background-color css

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

 a { background-color: rgb(159,116,73); }

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

border-color css

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

 span { border-color: rgb(159,116,73); }

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