Html Css Color HEX #987A5D Sorrell Brown

📋 copy color: '#987A5D'

red 152 ◦ green 122 ◦ blue 93

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

Shades of Sorrell Brown #987A5D

Tints of Sorrell Brown #987A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 41.42%
G = 33.24%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#987A5D (or 0x987A5D) is known color: Sorrell Brown. HEX triplet: 98, 7A and 5D. RGB value is (152,122,93). Sum of RGB (Red+Green+Blue) = 152+122+93=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #987A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A5D is #6785A2. Grayscale: #7F7F7F. Windows color (decimal): -6784419 or 6126232. OLE color: 6126232.

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

Color convert

RGB 152 122 93 -
CMYK 0 0.20 0.39 0.40
HSL 29.49º 0.24% 0.48% -
HSV(B) 29.49º 0.39% 0.6% -
XYZ 21.88 21.38 13.33 -
YUV 127.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 152 122 93 0 0.20 0.39 0.40 29.49 0.24 0.48
Hex 98 7A 5D 0 14 27 28 1D 18 30
Octal 230 172 135 0 24 47 50 35 30 60
Binary 10011000 1111010 1011101 0 10100 100111 101000 11101 11000 110000

Color Harmonies of #987A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A5D

Black with #987A5D

Text Example


Text Example

White with #987A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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