Html Css Color HEX #9F7447 Pale Brown

📋 copy color: '#9F7447'

red 159 ◦ green 116 ◦ blue 71

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

Shades of Pale Brown #9F7447

Tints of Pale Brown #9F7447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.52%

R = 45.95%
G = 33.53%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F7447 (or 0x9F7447) is known color: Pale Brown. HEX triplet: 9F, 74 and 47. RGB value is (159,116,71). Sum of RGB (Red+Green+Blue) = 159+116+71=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7447 is #608BB8. Grayscale: #7B7B7B. Windows color (decimal): -6327225 or 4682911. OLE color: 4682911.

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

Color convert

RGB 159 116 71 -
CMYK 0 0.27 0.55 0.38
HSL 30.68º 0.38% 0.45% -
HSV(B) 30.68º 0.55% 0.62% -
XYZ 21.68 20.32 8.74 -
YUV 123.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 159 116 71 0 0.27 0.55 0.38 30.68 0.38 0.45
Hex 9F 74 47 0 1B 37 26 1F 26 2D
Octal 237 164 107 0 33 67 46 37 46 55
Binary 10011111 1110100 1000111 0 11011 110111 100110 11111 100110 101101

Color Harmonies of #9F7447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7447

Black with #9F7447

Text Example


Text Example

White with #9F7447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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