#988315

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

Shades of Hacienda #988315

Tints of Hacienda #988315

Color information

#988315 (or 0x988315) is unknown color: approx Hacienda. HEX triplet: 98, 83 and 15. RGB value is (152,131,21). Sum of RGB (Red+Green+Blue) = 152+131+21=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988315 is #677CEA. Grayscale: #7D7D7D. Windows color (decimal): -6782187 or 1409944. OLE color: 1409944.

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

Color convert

RGB15213121-
CMYK00.140.860.40
HSL50.38º75.72%33.92%-
HSV(B)50.38º86.18%59.61%-
XYZ21.222.964.02-
YUV124.7469.46147.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=50%
G=43.09%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521312100.140.860.4050.3875.7233.92
Hex9883150E5628324c22
Octal23020325016126506211442
Binary1001100010000011101010111010101101010001100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988315; }

 p { color: rgb(152,131,21); }

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

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

 a { background-color: rgb(152,131,21); }

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

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

 span { border-color: rgb(152,131,21); }

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