Html Css Color HEX #987014 Golden Brown

📋 copy color: '#987014'

red 152 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #987014

Tints of Golden Brown #987014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

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

R = 53.52%
G = 39.44%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987014 (or 0x987014) is known color: Golden Brown. HEX triplet: 98, 70 and 14. RGB value is (152,112,20). Sum of RGB (Red+Green+Blue) = 152+112+20=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #987014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987014 is #678FEB. Grayscale: #717171. Windows color (decimal): -6787052 or 1339544. OLE color: 1339544.

HSL color Cylindrical-coordinate representation of color #987014: hue angle of 41.82º 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 #987014 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 20 -
CMYK 0 0.26 0.87 0.40
HSL 41.82º 0.77% 0.34% -
HSV(B) 41.82º 0.87% 0.6% -
XYZ 18.87 18.31 3.2 -
YUV 113.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 152 112 20 0 0.26 0.87 0.40 41.82 0.77 0.34
Hex 98 70 14 0 1A 57 28 2A 4D 22
Octal 230 160 24 0 32 127 50 52 115 42
Binary 10011000 1110000 10100 0 11010 1010111 101000 101010 1001101 100010

Color Harmonies of #987014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987014

Black with #987014

Text Example


Text Example

White with #987014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987014; }

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

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

background-color css

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

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

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

border-color css

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

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

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