#987B2C

Color #987B2C Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #987B2C

Tints of Hacienda #987B2C

Color information

#987B2C (or 0x987B2C) is unknown color: approx Hacienda. HEX triplet: 98, 7B and 2C. RGB value is (152,123,44). Sum of RGB (Red+Green+Blue) = 152+123+44=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #987B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B2C is #6784D3. Grayscale: #7B7B7B. Windows color (decimal): -6784212 or 2915224. OLE color: 2915224.

HSL color Cylindrical-coordinate representation of color #987B2C: hue angle of 43.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #987B2C is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15212344-
CMYK00.190.710.40
HSL43.89º55.1%38.43%-
HSV(B)43.89º71.05%59.61%-
XYZ20.4921.025.36-
YUV122.6683.61148.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=47.65%
G=38.56%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521234400.190.710.4043.8955.138.43
Hex987B2C01347282c3726
Octal2301735402310750546746
Binary1001100011110111011000100111000111101000101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,123,44); }

 H1.HeaderClassName
 {
   color: #987B2C;
 }
 .AnyTagClassName
 {
   color: #987B2C;
 }
</style>
background-color css

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

 a { background-color: rgb(152,123,44); }

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

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

 span { border-color: rgb(152,123,44); }

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