Html Css Color HEX #987450 Pale Brown

📋 copy color: '#987450'

red 152 ◦ green 116 ◦ blue 80

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

Shades of Pale Brown #987450

Tints of Pale Brown #987450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 43.68%
G = 33.33%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#987450 (or 0x987450) is known color: Pale Brown. HEX triplet: 98, 74 and 50. RGB value is (152,116,80). Sum of RGB (Red+Green+Blue) = 152+116+80=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987450 is #678BAF. Grayscale: #7A7A7A. Windows color (decimal): -6785968 or 5272728. OLE color: 5272728.

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

Color convert

RGB 152 116 80 -
CMYK 0 0.24 0.47 0.40
HSL 30º 0.31% 0.45% -
HSV(B) 30º 0.47% 0.6% -
XYZ 20.64 19.75 10.31 -
YUV 122.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 152 116 80 0 0.24 0.47 0.40 30 0.31 0.45
Hex 98 74 50 0 18 2F 28 1E 1F 2D
Octal 230 164 120 0 30 57 50 36 37 55
Binary 10011000 1110100 1010000 0 11000 101111 101000 11110 11111 101101

Color Harmonies of #987450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987450

Black with #987450

Text Example


Text Example

White with #987450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987450; }

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

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

background-color css

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

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

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

border-color css

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

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

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