Html Css Color HEX #987414 Golden Brown

📋 copy color: '#987414'

red 152 ◦ green 116 ◦ blue 20

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

Shades of Golden Brown #987414

Tints of Golden Brown #987414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 52.78%
G = 40.28%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987414 (or 0x987414) is known color: Golden Brown. HEX triplet: 98, 74 and 14. RGB value is (152,116,20). Sum of RGB (Red+Green+Blue) = 152+116+20=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #987414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987414 is #678BEB. Grayscale: #747474. Windows color (decimal): -6786028 or 1340568. OLE color: 1340568.

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

Color convert

RGB 152 116 20 -
CMYK 0 0.24 0.87 0.40
HSL 43.64º 0.77% 0.34% -
HSV(B) 43.64º 0.87% 0.6% -
XYZ 19.32 19.22 3.35 -
YUV 115.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 152 116 20 0 0.24 0.87 0.40 43.64 0.77 0.34
Hex 98 74 14 0 18 57 28 2C 4D 22
Octal 230 164 24 0 30 127 50 54 115 42
Binary 10011000 1110100 10100 0 11000 1010111 101000 101100 1001101 100010

Color Harmonies of #987414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987414

Black with #987414

Text Example


Text Example

White with #987414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987414; }

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

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

background-color css

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

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

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

border-color css

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

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

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