Html Css Color HEX #987F13 Hacienda

📋 copy color: '#987F13'

red 152 ◦ green 127 ◦ blue 19

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

Shades of Hacienda #987F13

Tints of Hacienda #987F13

RGB

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

 GREEN value IS 127 (50% from 255) = 42.62%

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 51.01%
G = 42.62%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987F13 (or 0x987F13) is known color: Hacienda. HEX triplet: 98, 7F and 13. RGB value is (152,127,19). Sum of RGB (Red+Green+Blue) = 152+127+19=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #987F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F13 is #6780EC. Grayscale: #7A7A7A. Windows color (decimal): -6783213 or 1277848. OLE color: 1277848.

HSL color Cylindrical-coordinate representation of color #987F13: hue angle of 48.72º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987F13 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 19 -
CMYK 0 0.16 0.87 0.40
HSL 48.72º 0.78% 0.34% -
HSV(B) 48.72º 0.88% 0.6% -
XYZ 20.66 21.9 3.75 -
YUV 122.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 152 127 19 0 0.16 0.87 0.40 48.72 0.78 0.34
Hex 98 7F 13 0 10 57 28 31 4E 22
Octal 230 177 23 0 20 127 50 61 116 42
Binary 10011000 1111111 10011 0 10000 1010111 101000 110001 1001110 100010

Color Harmonies of #987F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F13

Black with #987F13

Text Example


Text Example

White with #987F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987F13; }

 p { color: rgb(152,127,19); }

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

background-color css

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

 a { background-color: rgb(152,127,19); }

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

border-color css

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

 span { border-color: rgb(152,127,19); }

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