Html Css Color HEX #987F5F Sorrell Brown

📋 copy color: '#987F5F'

red 152 ◦ green 127 ◦ blue 95

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

Shades of Sorrell Brown #987F5F

Tints of Sorrell Brown #987F5F

RGB

 RED value IS 152 (59.77% from 255) = 40.64%

 GREEN value IS 127 (50% from 255) = 33.96%

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

R = 40.64%
G = 33.96%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#987F5F (or 0x987F5F) is known color: Sorrell Brown. HEX triplet: 98, 7F and 5F. RGB value is (152,127,95). Sum of RGB (Red+Green+Blue) = 152+127+95=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #987F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F5F is #6780A0. Grayscale: #828282. Windows color (decimal): -6783137 or 6258584. OLE color: 6258584.

HSL color Cylindrical-coordinate representation of color #987F5F: hue angle of 33.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #987F5F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 95 -
CMYK 0 0.16 0.38 0.40
HSL 33.68º 0.23% 0.48% -
HSV(B) 33.68º 0.38% 0.6% -
XYZ 22.6 22.68 14.01 -
YUV 130.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 152 127 95 0 0.16 0.38 0.40 33.68 0.23 0.48
Hex 98 7F 5F 0 10 26 28 22 17 30
Octal 230 177 137 0 20 46 50 42 27 60
Binary 10011000 1111111 1011111 0 10000 100110 101000 100010 10111 110000

Color Harmonies of #987F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F5F

Black with #987F5F

Text Example


Text Example

White with #987F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987F5F; }

 p { color: rgb(152,127,95); }

 H1.HeaderClassName
 {
   color: #987F5F;
 }
 .AnyTagClassName
 {
   color: #987F5F;
 }
</style>

background-color css

<style>
 a { background-color: #987F5F; }

 a { background-color: rgb(152,127,95); }

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

border-color css

<style>
 span { border-color: #987F5F; }

 span { border-color: rgb(152,127,95); }

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