Html Css Color HEX #987310 Golden Brown

📋 copy color: '#987310'

red 152 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #987310

Tints of Golden Brown #987310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 53.71%
G = 40.64%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#987310 (or 0x987310) is known color: Golden Brown. HEX triplet: 98, 73 and 10. RGB value is (152,115,16). Sum of RGB (Red+Green+Blue) = 152+115+16=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #987310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987310 is #678CEF. Grayscale: #737373. Windows color (decimal): -6786288 or 1078168. OLE color: 1078168.

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

Color convert

RGB 152 115 16 -
CMYK 0 0.24 0.89 0.40
HSL 43.68º 0.81% 0.33% -
HSV(B) 43.68º 0.89% 0.6% -
XYZ 19.17 18.97 3.14 -
YUV 114.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 152 115 16 0 0.24 0.89 0.40 43.68 0.81 0.33
Hex 98 73 10 0 18 59 28 2C 51 21
Octal 230 163 20 0 30 131 50 54 121 41
Binary 10011000 1110011 10000 0 11000 1011001 101000 101100 1010001 100001

Color Harmonies of #987310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987310

Black with #987310

Text Example


Text Example

White with #987310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987310; }

 p { color: rgb(152,115,16); }

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

background-color css

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

 a { background-color: rgb(152,115,16); }

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

border-color css

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

 span { border-color: rgb(152,115,16); }

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