Html Css Color HEX #987019 Golden Brown

📋 copy color: '#987019'

red 152 ◦ green 112 ◦ blue 25

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

Shades of Golden Brown #987019

Tints of Golden Brown #987019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 52.6%
G = 38.75%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987019 (or 0x987019) is known color: Golden Brown. HEX triplet: 98, 70 and 19. RGB value is (152,112,25). Sum of RGB (Red+Green+Blue) = 152+112+25=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987019 is #678FE6. Grayscale: #727272. Windows color (decimal): -6787047 or 1667224. OLE color: 1667224.

HSL color Cylindrical-coordinate representation of color #987019: hue angle of 41.1º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987019 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 25 -
CMYK 0 0.26 0.84 0.40
HSL 41.1º 0.72% 0.35% -
HSV(B) 41.1º 0.84% 0.6% -
XYZ 18.92 18.33 3.46 -
YUV 114.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 152 112 25 0 0.26 0.84 0.40 41.1 0.72 0.35
Hex 98 70 19 0 1A 54 28 29 48 23
Octal 230 160 31 0 32 124 50 51 110 43
Binary 10011000 1110000 11001 0 11010 1010100 101000 101001 1001000 100011

Color Harmonies of #987019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987019

Black with #987019

Text Example


Text Example

White with #987019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987019; }

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

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

background-color css

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

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

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

border-color css

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

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

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