Html Css Color HEX #987713 Hacienda

📋 copy color: '#987713'

red 152 ◦ green 119 ◦ blue 19

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

Shades of Hacienda #987713

Tints of Hacienda #987713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

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

R = 52.41%
G = 41.03%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987713 (or 0x987713) is known color: Hacienda. HEX triplet: 98, 77 and 13. RGB value is (152,119,19). Sum of RGB (Red+Green+Blue) = 152+119+19=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #987713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987713 is #6788EC. Grayscale: #757575. Windows color (decimal): -6785261 or 1275800. OLE color: 1275800.

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

Color convert

RGB 152 119 19 -
CMYK 0 0.22 0.87 0.40
HSL 45.11º 0.78% 0.34% -
HSV(B) 45.11º 0.88% 0.6% -
XYZ 19.66 19.92 3.42 -
YUV 117.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 152 119 19 0 0.22 0.87 0.40 45.11 0.78 0.34
Hex 98 77 13 0 16 57 28 2D 4E 22
Octal 230 167 23 0 26 127 50 55 116 42
Binary 10011000 1110111 10011 0 10110 1010111 101000 101101 1001110 100010

Color Harmonies of #987713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987713

Black with #987713

Text Example


Text Example

White with #987713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987713; }

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

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

background-color css

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

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

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

border-color css

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

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

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