Html Css Color HEX #9F7150 Pale Brown

📋 copy color: '#9F7150'

red 159 ◦ green 113 ◦ blue 80

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

Shades of Pale Brown #9F7150

Tints of Pale Brown #9F7150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 45.17%
G = 32.1%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F7150 (or 0x9F7150) is known color: Pale Brown. HEX triplet: 9F, 71 and 50. RGB value is (159,113,80). Sum of RGB (Red+Green+Blue) = 159+113+80=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7150 is #608EAF. Grayscale: #7B7B7B. Windows color (decimal): -6327984 or 5271967. OLE color: 5271967.

HSL color Cylindrical-coordinate representation of color #9F7150: hue angle of 25.06º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7150 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 113 80 -
CMYK 0 0.29 0.50 0.38
HSL 25.06º 0.33% 0.47% -
HSV(B) 25.06º 0.5% 0.62% -
XYZ 21.65 19.76 10.26 -
YUV 122.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 159 113 80 0 0.29 0.50 0.38 25.06 0.33 0.47
Hex 9F 71 50 0 1D 32 26 19 21 2F
Octal 237 161 120 0 35 62 46 31 41 57
Binary 10011111 1110001 1010000 0 11101 110010 100110 11001 100001 101111

Color Harmonies of #9F7150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7150

Black with #9F7150

Text Example


Text Example

White with #9F7150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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