Html Css Color HEX #987712 Hacienda

📋 copy color: '#987712'

red 152 ◦ green 119 ◦ blue 18

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

Shades of Hacienda #987712

Tints of Hacienda #987712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 52.6%
G = 41.18%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#987712 (or 0x987712) is known color: Hacienda. HEX triplet: 98, 77 and 12. RGB value is (152,119,18). Sum of RGB (Red+Green+Blue) = 152+119+18=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987712 is #6788ED. Grayscale: #757575. Windows color (decimal): -6785262 or 1210264. OLE color: 1210264.

HSL color Cylindrical-coordinate representation of color #987712: hue angle of 45.22º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987712 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 18 -
CMYK 0 0.22 0.88 0.40
HSL 45.22º 0.79% 0.33% -
HSV(B) 45.22º 0.88% 0.6% -
XYZ 19.65 19.91 3.38 -
YUV 117.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 152 119 18 0 0.22 0.88 0.40 45.22 0.79 0.33
Hex 98 77 12 0 16 58 28 2D 4F 21
Octal 230 167 22 0 26 130 50 55 117 41
Binary 10011000 1110111 10010 0 10110 1011000 101000 101101 1001111 100001

Color Harmonies of #987712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987712

Black with #987712

Text Example


Text Example

White with #987712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987712; }

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

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

background-color css

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

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

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

border-color css

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

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

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