Html Css Color HEX #9F7149 Pale Brown

📋 copy color: '#9F7149'

red 159 ◦ green 113 ◦ blue 73

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

Shades of Pale Brown #9F7149

Tints of Pale Brown #9F7149

RGB

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

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

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

R = 46.09%
G = 32.75%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F7149 (or 0x9F7149) is known color: Pale Brown. HEX triplet: 9F, 71 and 49. RGB value is (159,113,73). Sum of RGB (Red+Green+Blue) = 159+113+73=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7149 is #608EB6. Grayscale: #7A7A7A. Windows color (decimal): -6327991 or 4813215. OLE color: 4813215.

HSL color Cylindrical-coordinate representation of color #9F7149: hue angle of 27.91º 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 #9F7149 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 113 73 -
CMYK 0 0.29 0.54 0.38
HSL 27.91º 0.37% 0.45% -
HSV(B) 27.91º 0.54% 0.62% -
XYZ 21.41 19.66 8.97 -
YUV 122.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 159 113 73 0 0.29 0.54 0.38 27.91 0.37 0.45
Hex 9F 71 49 0 1D 36 26 1C 25 2D
Octal 237 161 111 0 35 66 46 34 45 55
Binary 10011111 1110001 1001001 0 11101 110110 100110 11100 100101 101101

Color Harmonies of #9F7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7149

Black with #9F7149

Text Example


Text Example

White with #9F7149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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