Html Css Color HEX #987049 Pale Brown

📋 copy color: '#987049'

red 152 ◦ green 112 ◦ blue 73

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

Shades of Pale Brown #987049

Tints of Pale Brown #987049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 45.1%
G = 33.23%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#987049 (or 0x987049) is known color: Pale Brown. HEX triplet: 98, 70 and 49. RGB value is (152,112,73). Sum of RGB (Red+Green+Blue) = 152+112+73=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987049 is #678FB6. Grayscale: #777777. Windows color (decimal): -6786999 or 4812952. OLE color: 4812952.

HSL color Cylindrical-coordinate representation of color #987049: hue angle of 29.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987049 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 73 -
CMYK 0 0.26 0.52 0.40
HSL 29.62º 0.35% 0.44% -
HSV(B) 29.62º 0.52% 0.6% -
XYZ 19.95 18.74 8.87 -
YUV 119.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 152 112 73 0 0.26 0.52 0.40 29.62 0.35 0.44
Hex 98 70 49 0 1A 34 28 1E 23 2C
Octal 230 160 111 0 32 64 50 36 43 54
Binary 10011000 1110000 1001001 0 11010 110100 101000 11110 100011 101100

Color Harmonies of #987049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987049

Black with #987049

Text Example


Text Example

White with #987049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987049; }

 p { color: rgb(152,112,73); }

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

background-color css

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

 a { background-color: rgb(152,112,73); }

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

border-color css

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

 span { border-color: rgb(152,112,73); }

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