Html Css Color HEX #987250 Pale Brown

📋 copy color: '#987250'

red 152 ◦ green 114 ◦ blue 80

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

Shades of Pale Brown #987250

Tints of Pale Brown #987250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 43.93%
G = 32.95%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#987250 (or 0x987250) is known color: Pale Brown. HEX triplet: 98, 72 and 50. RGB value is (152,114,80). Sum of RGB (Red+Green+Blue) = 152+114+80=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #987250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987250 is #678DAF. Grayscale: #797979. Windows color (decimal): -6786480 or 5272216. OLE color: 5272216.

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

Color convert

RGB 152 114 80 -
CMYK 0 0.25 0.47 0.40
HSL 28.33º 0.31% 0.45% -
HSV(B) 28.33º 0.47% 0.6% -
XYZ 20.41 19.29 10.24 -
YUV 121.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 152 114 80 0 0.25 0.47 0.40 28.33 0.31 0.45
Hex 98 72 50 0 19 2F 28 1C 1F 2D
Octal 230 162 120 0 31 57 50 34 37 55
Binary 10011000 1110010 1010000 0 11001 101111 101000 11100 11111 101101

Color Harmonies of #987250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987250

Black with #987250

Text Example


Text Example

White with #987250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987250; }

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

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

background-color css

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

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

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

border-color css

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

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

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