Html Css Color HEX #987E1F Hacienda

📋 copy color: '#987E1F'

red 152 ◦ green 126 ◦ blue 31

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

Shades of Hacienda #987E1F

Tints of Hacienda #987E1F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.78%

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

R = 49.19%
G = 40.78%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#987E1F (or 0x987E1F) is known color: Hacienda. HEX triplet: 98, 7E and 1F. RGB value is (152,126,31). Sum of RGB (Red+Green+Blue) = 152+126+31=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #987E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E1F is #6781E0. Grayscale: #7B7B7B. Windows color (decimal): -6783457 or 2064024. OLE color: 2064024.

HSL color Cylindrical-coordinate representation of color #987E1F: hue angle of 47.11º 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 #987E1F is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 126 31 -
CMYK 0 0.17 0.80 0.40
HSL 47.11º 0.66% 0.36% -
HSV(B) 47.11º 0.8% 0.6% -
XYZ 20.66 21.7 4.4 -
YUV 122.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 152 126 31 0 0.17 0.80 0.40 47.11 0.66 0.36
Hex 98 7E 1F 0 11 50 28 2F 42 24
Octal 230 176 37 0 21 120 50 57 102 44
Binary 10011000 1111110 11111 0 10001 1010000 101000 101111 1000010 100100

Color Harmonies of #987E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E1F

Black with #987E1F

Text Example


Text Example

White with #987E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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