Html Css Color HEX #987F1D Hacienda

📋 copy color: '#987F1D'

red 152 ◦ green 127 ◦ blue 29

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

Shades of Hacienda #987F1D

Tints of Hacienda #987F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 49.35%
G = 41.23%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#987F1D (or 0x987F1D) is known color: Hacienda. HEX triplet: 98, 7F and 1D. RGB value is (152,127,29). Sum of RGB (Red+Green+Blue) = 152+127+29=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #987F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F1D is #6780E2. Grayscale: #7B7B7B. Windows color (decimal): -6783203 or 1933208. OLE color: 1933208.

HSL color Cylindrical-coordinate representation of color #987F1D: hue angle of 47.8º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #987F1D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 29 -
CMYK 0 0.16 0.81 0.40
HSL 47.8º 0.68% 0.35% -
HSV(B) 47.8º 0.81% 0.6% -
XYZ 20.76 21.94 4.3 -
YUV 123.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 152 127 29 0 0.16 0.81 0.40 47.8 0.68 0.35
Hex 98 7F 1D 0 10 51 28 30 44 23
Octal 230 177 35 0 20 121 50 60 104 43
Binary 10011000 1111111 11101 0 10000 1010001 101000 110000 1000100 100011

Color Harmonies of #987F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F1D

Black with #987F1D

Text Example


Text Example

White with #987F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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