Html Css Color HEX #987017 Golden Brown

📋 copy color: '#987017'

red 152 ◦ green 112 ◦ blue 23

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

Shades of Golden Brown #987017

Tints of Golden Brown #987017

RGB

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

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

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

R = 52.96%
G = 39.02%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#987017 (or 0x987017) is known color: Golden Brown. HEX triplet: 98, 70 and 17. RGB value is (152,112,23). Sum of RGB (Red+Green+Blue) = 152+112+23=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987017 is #678FE8. Grayscale: #727272. Windows color (decimal): -6787049 or 1536152. OLE color: 1536152.

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

Color convert

RGB 152 112 23 -
CMYK 0 0.26 0.85 0.40
HSL 41.4º 0.74% 0.34% -
HSV(B) 41.4º 0.85% 0.6% -
XYZ 18.9 18.33 3.35 -
YUV 113.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 152 112 23 0 0.26 0.85 0.40 41.4 0.74 0.34
Hex 98 70 17 0 1A 55 28 29 4A 22
Octal 230 160 27 0 32 125 50 51 112 42
Binary 10011000 1110000 10111 0 11010 1010101 101000 101001 1001010 100010

Color Harmonies of #987017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987017

Black with #987017

Text Example


Text Example

White with #987017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987017; }

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

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

background-color css

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

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

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

border-color css

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

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

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