Html Css Color HEX #9F875F Sorrell Brown

📋 copy color: '#9F875F'

red 159 ◦ green 135 ◦ blue 95

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

Shades of Sorrell Brown #9F875F

Tints of Sorrell Brown #9F875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.7%

 BLUE value IS 95 (37.5% from 255) = 24.42%

R = 40.87%
G = 34.7%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F875F (or 0x9F875F) is known color: Sorrell Brown. HEX triplet: 9F, 87 and 5F. RGB value is (159,135,95). Sum of RGB (Red+Green+Blue) = 159+135+95=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F875F is #6078A0. Grayscale: #898989. Windows color (decimal): -6322337 or 6260639. OLE color: 6260639.

HSL color Cylindrical-coordinate representation of color #9F875F: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F875F is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 95 -
CMYK 0 0.15 0.40 0.38
HSL 37.5º 0.25% 0.5% -
HSV(B) 37.5º 0.4% 0.62% -
XYZ 25.03 25.53 14.43 -
YUV 137.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 159 135 95 0 0.15 0.40 0.38 37.5 0.25 0.5
Hex 9F 87 5F 0 F 28 26 26 19 32
Octal 237 207 137 0 17 50 46 46 31 62
Binary 10011111 10000111 1011111 0 1111 101000 100110 100110 11001 110010

Color Harmonies of #9F875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F875F

Black with #9F875F

Text Example


Text Example

White with #9F875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,135,95); }

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

background-color css

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

 a { background-color: rgb(159,135,95); }

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

border-color css

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

 span { border-color: rgb(159,135,95); }

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