Html Css Color HEX #987416 Golden Brown

📋 copy color: '#987416'

red 152 ◦ green 116 ◦ blue 22

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

Shades of Golden Brown #987416

Tints of Golden Brown #987416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 52.41%
G = 40%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#987416 (or 0x987416) is known color: Golden Brown. HEX triplet: 98, 74 and 16. RGB value is (152,116,22). Sum of RGB (Red+Green+Blue) = 152+116+22=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #987416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987416 is #678BE9. Grayscale: #747474. Windows color (decimal): -6786026 or 1471640. OLE color: 1471640.

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

Color convert

RGB 152 116 22 -
CMYK 0 0.24 0.86 0.40
HSL 43.38º 0.75% 0.34% -
HSV(B) 43.38º 0.86% 0.6% -
XYZ 19.34 19.22 3.45 -
YUV 116.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 152 116 22 0 0.24 0.86 0.40 43.38 0.75 0.34
Hex 98 74 16 0 18 56 28 2B 4B 22
Octal 230 164 26 0 30 126 50 53 113 42
Binary 10011000 1110100 10110 0 11000 1010110 101000 101011 1001011 100010

Color Harmonies of #987416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987416

Black with #987416

Text Example


Text Example

White with #987416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987416; }

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

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

background-color css

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

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

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

border-color css

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

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

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