Html Css Color HEX #987F1C Hacienda

📋 copy color: '#987F1C'

red 152 ◦ green 127 ◦ blue 28

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

Shades of Hacienda #987F1C

Tints of Hacienda #987F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 49.51%
G = 41.37%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#987F1C (or 0x987F1C) is known color: Hacienda. HEX triplet: 98, 7F and 1C. RGB value is (152,127,28). Sum of RGB (Red+Green+Blue) = 152+127+28=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #987F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F1C is #6780E3. Grayscale: #7B7B7B. Windows color (decimal): -6783204 or 1867672. OLE color: 1867672.

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

Color convert

RGB 152 127 28 -
CMYK 0 0.16 0.82 0.40
HSL 47.9º 0.69% 0.35% -
HSV(B) 47.9º 0.82% 0.6% -
XYZ 20.75 21.94 4.24 -
YUV 123.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 152 127 28 0 0.16 0.82 0.40 47.9 0.69 0.35
Hex 98 7F 1C 0 10 52 28 30 45 23
Octal 230 177 34 0 20 122 50 60 105 43
Binary 10011000 1111111 11100 0 10000 1010010 101000 110000 1000101 100011

Color Harmonies of #987F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F1C

Black with #987F1C

Text Example


Text Example

White with #987F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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