Html Css Color HEX #987400 Golden Brown

📋 copy color: '#987400'

red 152 ◦ green 116 ◦ blue 0

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

Shades of Golden Brown #987400

Tints of Golden Brown #987400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.72%
G = 43.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#987400 (or 0x987400) is known color: Golden Brown. HEX triplet: 98, 74 and 00. RGB value is (152,116,0). Sum of RGB (Red+Green+Blue) = 152+116+0=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #987400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987400 is #678BFF. Grayscale: #727272. Windows color (decimal): -6786048 or 29848. OLE color: 29848.

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

Color convert

RGB 152 116 0 -
CMYK 0 0.24 1 0.40
HSL 45.79º 1% 0.3% -
HSV(B) 45.79º 1% 0.6% -
XYZ 19.19 19.17 2.69 -
YUV 113.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 152 116 0 0 0.24 1 0.40 45.79 1 0.3
Hex 98 74 0 0 18 64 28 2E 64 1E
Octal 230 164 0 0 30 144 50 56 144 36
Binary 10011000 1110100 0 0 11000 1100100 101000 101110 1100100 11110

Color Harmonies of #987400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987400

Black with #987400

Text Example


Text Example

White with #987400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987400; }

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

 H1.HeaderClassName
 {
   color: #987400;
 }
 .AnyTagClassName
 {
   color: #987400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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