#987415

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

Shades of Golden Brown #987415

Tints of Golden Brown #987415

Color information

#987415 (or 0x987415) is unknown color: approx Golden Brown. HEX triplet: 98, 74 and 15. RGB value is (152,116,21). Sum of RGB (Red+Green+Blue) = 152+116+21=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987415 is #678BEA. Grayscale: #747474. Windows color (decimal): -6786027 or 1406104. OLE color: 1406104.

HSL color Cylindrical-coordinate representation of color #987415: hue angle of 43.51º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #987415 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15211621-
CMYK00.240.860.40
HSL43.51º75.72%33.92%-
HSV(B)43.51º86.18%59.61%-
XYZ19.3319.223.4-
YUV115.9374.43153.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=52.60%
G=40.14%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521162100.240.860.4043.5175.7233.92
Hex98741501856282c4c22
Octal23016425030126505411442
Binary1001100011101001010101100010101101010001011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987415; }

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

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

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

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

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

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

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

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