Html Css Color HEX #987150 Pale Brown

📋 copy color: '#987150'

red 152 ◦ green 113 ◦ blue 80

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

Shades of Pale Brown #987150

Tints of Pale Brown #987150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 44.06%
G = 32.75%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#987150 (or 0x987150) is known color: Pale Brown. HEX triplet: 98, 71 and 50. RGB value is (152,113,80). Sum of RGB (Red+Green+Blue) = 152+113+80=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #987150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987150 is #678EAF. Grayscale: #797979. Windows color (decimal): -6786736 or 5271960. OLE color: 5271960.

HSL color Cylindrical-coordinate representation of color #987150: hue angle of 27.5º 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 #987150 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 80 -
CMYK 0 0.26 0.47 0.40
HSL 27.5º 0.31% 0.45% -
HSV(B) 27.5º 0.47% 0.6% -
XYZ 20.3 19.06 10.2 -
YUV 120.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 152 113 80 0 0.26 0.47 0.40 27.5 0.31 0.45
Hex 98 71 50 0 1A 2F 28 1C 1F 2D
Octal 230 161 120 0 32 57 50 34 37 55
Binary 10011000 1110001 1010000 0 11010 101111 101000 11100 11111 101101

Color Harmonies of #987150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987150

Black with #987150

Text Example


Text Example

White with #987150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987150; }

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

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

background-color css

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

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

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

border-color css

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

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

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