Html Css Color HEX #987408 Golden Brown

📋 copy color: '#987408'

red 152 ◦ green 116 ◦ blue 8

#987408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #987408

Tints of Golden Brown #987408

RGB

 RED value IS 152 (59.77% from 255) = 55.07%

 GREEN value IS 116 (45.7% from 255) = 42.03%

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 55.07%
G = 42.03%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#987408 (or 0x987408) is known color: 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

RGB 152 116 8 -
CMYK 0 0.24 0.95 0.40
HSL 45º 0.9% 0.31% -
HSV(B) 45º 0.95% 0.6% -
XYZ 19.24 19.18 2.92 -
YUV 114.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 152 116 8 0 0.24 0.95 0.40 45 0.9 0.31
Hex 98 74 8 0 18 5F 28 2D 5A 1F
Octal 230 164 10 0 30 137 50 55 132 37
Binary 10011000 1110100 1000 0 11000 1011111 101000 101101 1011010 11111

Color Harmonies of #987408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987408

Black with #987408

Text Example


Text Example

White with #987408

Text Example


Text Example

HTML Codes & Css Web 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>