#987408

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

Shades of Golden Brown #987408

Tints of Golden Brown #987408

Color information

#987408 (or 0x987408) is unknown color: approx Golden Brown. HEX triplet: 98, 74 and 08. RGB value is (152,116,8). Sum of RGB (Red+Green+Blue) = 152+116+8=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #987408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987408 is #678BF7. Grayscale: #727272. Windows color (decimal): -6786040 or 554136. OLE color: 554136.

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

Color convert

RGB1521168-
CMYK00.240.950.40
HSL45º90%31.37%-
HSV(B)45º94.74%59.61%-
XYZ19.2419.182.92-
YUV114.4567.93154.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 8 (3.52% from 255) = 2.90%
R=55.07%
G=42.03%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152116800.240.950.40459031.37
Hex987480185F282d5a1f
Octal23016410030137505513237
Binary10011000111010010000110001011111101000101101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987408; }

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

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

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

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

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

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

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

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