Html Css Color HEX #987550 Pale Brown

📋 copy color: '#987550'

red 152 ◦ green 117 ◦ blue 80

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

Shades of Pale Brown #987550

Tints of Pale Brown #987550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 43.55%
G = 33.52%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#987550 (or 0x987550) is known color: Pale Brown. HEX triplet: 98, 75 and 50. RGB value is (152,117,80). Sum of RGB (Red+Green+Blue) = 152+117+80=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987550 is #678AAF. Grayscale: #7B7B7B. Windows color (decimal): -6785712 or 5272984. OLE color: 5272984.

HSL color Cylindrical-coordinate representation of color #987550: hue angle of 30.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987550 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 80 -
CMYK 0 0.23 0.47 0.40
HSL 30.83º 0.31% 0.45% -
HSV(B) 30.83º 0.47% 0.6% -
XYZ 20.76 19.98 10.35 -
YUV 123.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 152 117 80 0 0.23 0.47 0.40 30.83 0.31 0.45
Hex 98 75 50 0 17 2F 28 1F 1F 2D
Octal 230 165 120 0 27 57 50 37 37 55
Binary 10011000 1110101 1010000 0 10111 101111 101000 11111 11111 101101

Color Harmonies of #987550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987550

Black with #987550

Text Example


Text Example

White with #987550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987550; }

 p { color: rgb(152,117,80); }

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

background-color css

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

 a { background-color: rgb(152,117,80); }

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

border-color css

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

 span { border-color: rgb(152,117,80); }

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