Html Css Color HEX #9F785A Pale Brown

📋 copy color: '#9F785A'

red 159 ◦ green 120 ◦ blue 90

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

Shades of Pale Brown #9F785A

Tints of Pale Brown #9F785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 43.09%
G = 32.52%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F785A (or 0x9F785A) is known color: Pale Brown. HEX triplet: 9F, 78 and 5A. RGB value is (159,120,90). Sum of RGB (Red+Green+Blue) = 159+120+90=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F785A is #6087A5. Grayscale: #808080. Windows color (decimal): -6326182 or 5929119. OLE color: 5929119.

HSL color Cylindrical-coordinate representation of color #9F785A: hue angle of 26.09º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F785A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 120 90 -
CMYK 0 0.25 0.43 0.38
HSL 26.09º 0.28% 0.49% -
HSV(B) 26.09º 0.43% 0.62% -
XYZ 22.86 21.54 12.63 -
YUV 128.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 159 120 90 0 0.25 0.43 0.38 26.09 0.28 0.49
Hex 9F 78 5A 0 19 2B 26 1A 1C 31
Octal 237 170 132 0 31 53 46 32 34 61
Binary 10011111 1111000 1011010 0 11001 101011 100110 11010 11100 110001

Color Harmonies of #9F785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F785A

Black with #9F785A

Text Example


Text Example

White with #9F785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,120,90); }

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

background-color css

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

 a { background-color: rgb(159,120,90); }

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

border-color css

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

 span { border-color: rgb(159,120,90); }

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