#987302

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

Shades of Golden Brown #987302

Tints of Golden Brown #987302

Color information

#987302 (or 0x987302) is unknown color: approx Golden Brown. HEX triplet: 98, 73 and 02. RGB value is (152,115,2). Sum of RGB (Red+Green+Blue) = 152+115+2=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #987302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987302 is #678CFD. Grayscale: #717171. Windows color (decimal): -6786302 or 160664. OLE color: 160664.

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

Color convert

RGB1521152-
CMYK00.240.990.40
HSL45.2º97.4%30.2%-
HSV(B)45.2º98.68%59.61%-
XYZ19.0918.942.71-
YUV113.1865.26155.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=56.51%
G=42.75%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152115200.240.990.4045.297.430.2
Hex9873201863282d611e
Octal2301632030143505514136
Binary100110001110011100110001100011101000101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987302; }

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

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

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

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

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

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

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

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