Html Css Color HEX #987419 Hacienda

📋 copy color: '#987419'

red 152 ◦ green 116 ◦ blue 25

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

Shades of Hacienda #987419

Tints of Hacienda #987419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

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

R = 51.88%
G = 39.59%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987419 (or 0x987419) is known color: Hacienda. HEX triplet: 98, 74 and 19. RGB value is (152,116,25). Sum of RGB (Red+Green+Blue) = 152+116+25=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #987419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987419 is #678BE6. Grayscale: #747474. Windows color (decimal): -6786023 or 1668248. OLE color: 1668248.

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

Color convert

RGB 152 116 25 -
CMYK 0 0.24 0.84 0.40
HSL 42.99º 0.72% 0.35% -
HSV(B) 42.99º 0.84% 0.6% -
XYZ 19.37 19.24 3.61 -
YUV 116.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 152 116 25 0 0.24 0.84 0.40 42.99 0.72 0.35
Hex 98 74 19 0 18 54 28 2B 48 23
Octal 230 164 31 0 30 124 50 53 110 43
Binary 10011000 1110100 11001 0 11000 1010100 101000 101011 1001000 100011

Color Harmonies of #987419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987419

Black with #987419

Text Example


Text Example

White with #987419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987419; }

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

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

background-color css

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

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

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

border-color css

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

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

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