#987825

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

Shades of Hacienda #987825

Tints of Hacienda #987825

Color information

#987825 (or 0x987825) is unknown color: approx Hacienda. HEX triplet: 98, 78 and 25. RGB value is (152,120,37). Sum of RGB (Red+Green+Blue) = 152+120+37=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #987825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987825 is #6787DA. Grayscale: #787878. Windows color (decimal): -6784987 or 2455704. OLE color: 2455704.

HSL color Cylindrical-coordinate representation of color #987825: hue angle of 43.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #987825 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15212037-
CMYK00.210.760.40
HSL43.3º60.85%37.06%-
HSV(B)43.3º75.66%59.61%-
XYZ2020.244.6-
YUV120.1181.1150.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=49.19%
G=38.83%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521203700.210.760.4043.360.8537.06
Hex9878250154C282b3d25
Octal2301704502511450537545
Binary1001100011110001001010101011001100101000101011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987825; }

 p { color: rgb(152,120,37); }

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

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

 a { background-color: rgb(152,120,37); }

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

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

 span { border-color: rgb(152,120,37); }

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