Html Css Color HEX #987F1E Hacienda

📋 copy color: '#987F1E'

red 152 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #987F1E

Tints of Hacienda #987F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 49.19%
G = 41.1%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#987F1E (or 0x987F1E) is known color: Hacienda. HEX triplet: 98, 7F and 1E. RGB value is (152,127,30). Sum of RGB (Red+Green+Blue) = 152+127+30=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #987F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F1E is #6780E1. Grayscale: #7B7B7B. Windows color (decimal): -6783202 or 1998744. OLE color: 1998744.

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

Color convert

RGB 152 127 30 -
CMYK 0 0.16 0.80 0.40
HSL 47.7º 0.67% 0.36% -
HSV(B) 47.7º 0.8% 0.6% -
XYZ 20.77 21.95 4.37 -
YUV 123.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 152 127 30 0 0.16 0.80 0.40 47.7 0.67 0.36
Hex 98 7F 1E 0 10 50 28 30 43 24
Octal 230 177 36 0 20 120 50 60 103 44
Binary 10011000 1111111 11110 0 10000 1010000 101000 110000 1000011 100100

Color Harmonies of #987F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F1E

Black with #987F1E

Text Example


Text Example

White with #987F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,30); }

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

background-color css

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

 a { background-color: rgb(152,127,30); }

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

border-color css

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

 span { border-color: rgb(152,127,30); }

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