Html Css Color HEX #987C18 Hacienda

📋 copy color: '#987C18'

red 152 ◦ green 124 ◦ blue 24

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

Shades of Hacienda #987C18

Tints of Hacienda #987C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 50.67%
G = 41.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987C18 (or 0x987C18) is known color: Hacienda. HEX triplet: 98, 7C and 18. RGB value is (152,124,24). Sum of RGB (Red+Green+Blue) = 152+124+24=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #987C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C18 is #6783E7. Grayscale: #797979. Windows color (decimal): -6783976 or 1604760. OLE color: 1604760.

HSL color Cylindrical-coordinate representation of color #987C18: hue angle of 46.88º degrees, saturation: 0.73, 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 #987C18 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 24 -
CMYK 0 0.18 0.84 0.40
HSL 46.88º 0.73% 0.35% -
HSV(B) 46.88º 0.84% 0.6% -
XYZ 20.32 21.16 3.88 -
YUV 120.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 152 124 24 0 0.18 0.84 0.40 46.88 0.73 0.35
Hex 98 7C 18 0 12 54 28 2F 49 23
Octal 230 174 30 0 22 124 50 57 111 43
Binary 10011000 1111100 11000 0 10010 1010100 101000 101111 1001001 100011

Color Harmonies of #987C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C18

Black with #987C18

Text Example


Text Example

White with #987C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,24); }

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

background-color css

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

 a { background-color: rgb(152,124,24); }

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

border-color css

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

 span { border-color: rgb(152,124,24); }

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