#987502

Color #987502 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #987502

Tints of Golden Brown #987502

Color information

#987502 (or 0x987502) is unknown color: approx Golden Brown. HEX triplet: 98, 75 and 02. RGB value is (152,117,2). Sum of RGB (Red+Green+Blue) = 152+117+2=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #987502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987502 is #678AFD. Grayscale: #727272. Windows color (decimal): -6785790 or 161176. OLE color: 161176.

HSL color Cylindrical-coordinate representation of color #987502: hue angle of 46º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #987502 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1521172-
CMYK00.230.990.40
HSL46º97.4%30.2%-
HSV(B)46º98.68%59.61%-
XYZ19.3219.42.78-
YUV114.3664.6154.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=56.09%
G=43.17%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152117200.230.990.404697.430.2
Hex9875201763282e611e
Octal2301652027143505614136
Binary100110001110101100101111100011101000101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987502; }

 p { color: rgb(152,117,2); }

 H1.HeaderClassName
 {
   color: #987502;
 }
 .AnyTagClassName
 {
   color: #987502;
 }
</style>
background-color css

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

 a { background-color: rgb(152,117,2); }

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

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

 span { border-color: rgb(152,117,2); }

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