Html Css Color HEX #987A5F Sorrell Brown

📋 copy color: '#987A5F'

red 152 ◦ green 122 ◦ blue 95

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

Shades of Sorrell Brown #987A5F

Tints of Sorrell Brown #987A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

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

R = 41.19%
G = 33.06%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#987A5F (or 0x987A5F) is known color: Sorrell Brown. HEX triplet: 98, 7A and 5F. RGB value is (152,122,95). Sum of RGB (Red+Green+Blue) = 152+122+95=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #987A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A5F is #6785A0. Grayscale: #808080. Windows color (decimal): -6784417 or 6257304. OLE color: 6257304.

HSL color Cylindrical-coordinate representation of color #987A5F: hue angle of 28.42º 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 #987A5F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 122 95 -
CMYK 0 0.20 0.38 0.40
HSL 28.42º 0.23% 0.48% -
HSV(B) 28.42º 0.38% 0.6% -
XYZ 21.97 21.42 13.8 -
YUV 127.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 152 122 95 0 0.20 0.38 0.40 28.42 0.23 0.48
Hex 98 7A 5F 0 14 26 28 1C 17 30
Octal 230 172 137 0 24 46 50 34 27 60
Binary 10011000 1111010 1011111 0 10100 100110 101000 11100 10111 110000

Color Harmonies of #987A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A5F

Black with #987A5F

Text Example


Text Example

White with #987A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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