Html Css Color HEX #9F7450 Pale Brown

📋 copy color: '#9F7450'

red 159 ◦ green 116 ◦ blue 80

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

Shades of Pale Brown #9F7450

Tints of Pale Brown #9F7450

RGB

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

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

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

R = 44.79%
G = 32.68%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F7450 (or 0x9F7450) is known color: Pale Brown. HEX triplet: 9F, 74 and 50. RGB value is (159,116,80). Sum of RGB (Red+Green+Blue) = 159+116+80=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7450 is #608BAF. Grayscale: #7C7C7C. Windows color (decimal): -6327216 or 5272735. OLE color: 5272735.

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

Color convert

RGB 159 116 80 -
CMYK 0 0.27 0.50 0.38
HSL 27.34º 0.33% 0.47% -
HSV(B) 27.34º 0.5% 0.62% -
XYZ 21.99 20.44 10.38 -
YUV 124.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 159 116 80 0 0.27 0.50 0.38 27.34 0.33 0.47
Hex 9F 74 50 0 1B 32 26 1B 21 2F
Octal 237 164 120 0 33 62 46 33 41 57
Binary 10011111 1110100 1010000 0 11011 110010 100110 11011 100001 101111

Color Harmonies of #9F7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7450

Black with #9F7450

Text Example


Text Example

White with #9F7450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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