Html Css Color HEX #9F7350 Pale Brown

📋 copy color: '#9F7350'

red 159 ◦ green 115 ◦ blue 80

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

Shades of Pale Brown #9F7350

Tints of Pale Brown #9F7350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 44.92%
G = 32.49%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F7350 (or 0x9F7350) is known color: Pale Brown. HEX triplet: 9F, 73 and 50. RGB value is (159,115,80). Sum of RGB (Red+Green+Blue) = 159+115+80=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7350 is #608CAF. Grayscale: #7C7C7C. Windows color (decimal): -6327472 or 5272479. OLE color: 5272479.

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

Color convert

RGB 159 115 80 -
CMYK 0 0.28 0.50 0.38
HSL 26.58º 0.33% 0.47% -
HSV(B) 26.58º 0.5% 0.62% -
XYZ 21.88 20.21 10.34 -
YUV 124.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 159 115 80 0 0.28 0.50 0.38 26.58 0.33 0.47
Hex 9F 73 50 0 1C 32 26 1B 21 2F
Octal 237 163 120 0 34 62 46 33 41 57
Binary 10011111 1110011 1010000 0 11100 110010 100110 11011 100001 101111

Color Harmonies of #9F7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7350

Black with #9F7350

Text Example


Text Example

White with #9F7350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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