Html Css Color HEX #987249 Pale Brown

📋 copy color: '#987249'

red 152 ◦ green 114 ◦ blue 73

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

Shades of Pale Brown #987249

Tints of Pale Brown #987249

RGB

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

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

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

R = 44.84%
G = 33.63%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#987249 (or 0x987249) is known color: Pale Brown. HEX triplet: 98, 72 and 49. RGB value is (152,114,73). Sum of RGB (Red+Green+Blue) = 152+114+73=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987249 is #678DB6. Grayscale: #787878. Windows color (decimal): -6786487 or 4813464. OLE color: 4813464.

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

Color convert

RGB 152 114 73 -
CMYK 0 0.25 0.52 0.40
HSL 31.14º 0.35% 0.44% -
HSV(B) 31.14º 0.52% 0.6% -
XYZ 20.17 19.19 8.94 -
YUV 120.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 152 114 73 0 0.25 0.52 0.40 31.14 0.35 0.44
Hex 98 72 49 0 19 34 28 1F 23 2C
Octal 230 162 111 0 31 64 50 37 43 54
Binary 10011000 1110010 1001001 0 11001 110100 101000 11111 100011 101100

Color Harmonies of #987249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987249

Black with #987249

Text Example


Text Example

White with #987249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987249; }

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

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

background-color css

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

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

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

border-color css

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

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

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