Html Css Color HEX #9F7750 Pale Brown

📋 copy color: '#9F7750'

red 159 ◦ green 119 ◦ blue 80

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

Shades of Pale Brown #9F7750

Tints of Pale Brown #9F7750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

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

R = 44.41%
G = 33.24%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F7750 (or 0x9F7750) is known color: Pale Brown. HEX triplet: 9F, 77 and 50. RGB value is (159,119,80). Sum of RGB (Red+Green+Blue) = 159+119+80=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7750 is #6088AF. Grayscale: #7E7E7E. Windows color (decimal): -6326448 or 5273503. OLE color: 5273503.

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

Color convert

RGB 159 119 80 -
CMYK 0 0.25 0.50 0.38
HSL 29.62º 0.33% 0.47% -
HSV(B) 29.62º 0.5% 0.62% -
XYZ 22.34 21.14 10.49 -
YUV 126.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 159 119 80 0 0.25 0.50 0.38 29.62 0.33 0.47
Hex 9F 77 50 0 19 32 26 1E 21 2F
Octal 237 167 120 0 31 62 46 36 41 57
Binary 10011111 1110111 1010000 0 11001 110010 100110 11110 100001 101111

Color Harmonies of #9F7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7750

Black with #9F7750

Text Example


Text Example

White with #9F7750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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