Html Css Color HEX #987A1F Hacienda

📋 copy color: '#987A1F'

red 152 ◦ green 122 ◦ blue 31

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

Shades of Hacienda #987A1F

Tints of Hacienda #987A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40%

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 49.84%
G = 40%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#987A1F (or 0x987A1F) is known color: Hacienda. HEX triplet: 98, 7A and 1F. RGB value is (152,122,31). Sum of RGB (Red+Green+Blue) = 152+122+31=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #987A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A1F is #6785E0. Grayscale: #787878. Windows color (decimal): -6784481 or 2063000. OLE color: 2063000.

HSL color Cylindrical-coordinate representation of color #987A1F: hue angle of 45.12º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #987A1F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 122 31 -
CMYK 0 0.20 0.80 0.40
HSL 45.12º 0.66% 0.36% -
HSV(B) 45.12º 0.8% 0.6% -
XYZ 20.16 20.69 4.23 -
YUV 120.6 77.44 150.4 -
System Red Green Blue C M Y K H S L
Decimal 152 122 31 0 0.20 0.80 0.40 45.12 0.66 0.36
Hex 98 7A 1F 0 14 50 28 2D 42 24
Octal 230 172 37 0 24 120 50 55 102 44
Binary 10011000 1111010 11111 0 10100 1010000 101000 101101 1000010 100100

Color Harmonies of #987A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A1F

Black with #987A1F

Text Example


Text Example

White with #987A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,122,31); }

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

background-color css

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

 a { background-color: rgb(152,122,31); }

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

border-color css

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

 span { border-color: rgb(152,122,31); }

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