#987002

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

Shades of Golden Brown #987002

Tints of Golden Brown #987002

Color information

#987002 (or 0x987002) is unknown color: approx Golden Brown. HEX triplet: 98, 70 and 02. RGB value is (152,112,2). Sum of RGB (Red+Green+Blue) = 152+112+2=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #987002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987002 is #678FFD. Grayscale: #6F6F6F. Windows color (decimal): -6787070 or 159896. OLE color: 159896.

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

Color convert

RGB1521122-
CMYK00.260.990.40
HSL44º97.4%30.2%-
HSV(B)44º98.68%59.61%-
XYZ18.7518.272.6-
YUV111.4266.25156.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=57.14%
G=42.11%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152112200.260.990.404497.430.2
Hex9870201A63282c611e
Octal2301602032143505414136
Binary100110001110000100110101100011101000101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987002; }

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

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

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

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

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

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

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

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