Html Css Color HEX #987519 Hacienda

📋 copy color: '#987519'

red 152 ◦ green 117 ◦ blue 25

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

Shades of Hacienda #987519

Tints of Hacienda #987519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 51.7%
G = 39.8%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987519 (or 0x987519) is known color: Hacienda. HEX triplet: 98, 75 and 19. RGB value is (152,117,25). Sum of RGB (Red+Green+Blue) = 152+117+25=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #987519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987519 is #678AE6. Grayscale: #757575. Windows color (decimal): -6785767 or 1668504. OLE color: 1668504.

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

Color convert

RGB 152 117 25 -
CMYK 0 0.23 0.84 0.40
HSL 43.46º 0.72% 0.35% -
HSV(B) 43.46º 0.84% 0.6% -
XYZ 19.49 19.47 3.65 -
YUV 116.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 152 117 25 0 0.23 0.84 0.40 43.46 0.72 0.35
Hex 98 75 19 0 17 54 28 2B 48 23
Octal 230 165 31 0 27 124 50 53 110 43
Binary 10011000 1110101 11001 0 10111 1010100 101000 101011 1001000 100011

Color Harmonies of #987519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987519

Black with #987519

Text Example


Text Example

White with #987519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987519; }

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

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

background-color css

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

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

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

border-color css

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

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

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