Html Css Color HEX #987317 Golden Brown

📋 copy color: '#987317'

red 152 ◦ green 115 ◦ blue 23

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

Shades of Golden Brown #987317

Tints of Golden Brown #987317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.93%

R = 52.41%
G = 39.66%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#987317 (or 0x987317) is known color: Golden Brown. HEX triplet: 98, 73 and 17. RGB value is (152,115,23). Sum of RGB (Red+Green+Blue) = 152+115+23=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #987317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987317 is #678CE8. Grayscale: #737373. Windows color (decimal): -6786281 or 1536920. OLE color: 1536920.

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

Color convert

RGB 152 115 23 -
CMYK 0 0.24 0.85 0.40
HSL 42.79º 0.74% 0.34% -
HSV(B) 42.79º 0.85% 0.6% -
XYZ 19.23 19 3.46 -
YUV 115.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 152 115 23 0 0.24 0.85 0.40 42.79 0.74 0.34
Hex 98 73 17 0 18 55 28 2B 4A 22
Octal 230 163 27 0 30 125 50 53 112 42
Binary 10011000 1110011 10111 0 11000 1010101 101000 101011 1001010 100010

Color Harmonies of #987317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987317

Black with #987317

Text Example


Text Example

White with #987317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987317; }

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

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

background-color css

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

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

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

border-color css

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

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

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