Html Css Color HEX #988115 Hacienda

📋 copy color: '#988115'

red 152 ◦ green 129 ◦ blue 21

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

Shades of Hacienda #988115

Tints of Hacienda #988115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.72%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 50.33%
G = 42.72%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988115 (or 0x988115) is known color: Hacienda. HEX triplet: 98, 81 and 15. RGB value is (152,129,21). Sum of RGB (Red+Green+Blue) = 152+129+21=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #988115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988115 is #677EEA. Grayscale: #7C7C7C. Windows color (decimal): -6782699 or 1409432. OLE color: 1409432.

HSL color Cylindrical-coordinate representation of color #988115: hue angle of 49.47º 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 #988115 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 21 -
CMYK 0 0.15 0.86 0.40
HSL 49.47º 0.76% 0.34% -
HSV(B) 49.47º 0.86% 0.6% -
XYZ 20.93 22.43 3.94 -
YUV 123.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 152 129 21 0 0.15 0.86 0.40 49.47 0.76 0.34
Hex 98 81 15 0 F 56 28 31 4C 22
Octal 230 201 25 0 17 126 50 61 114 42
Binary 10011000 10000001 10101 0 1111 1010110 101000 110001 1001100 100010

Color Harmonies of #988115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988115

Black with #988115

Text Example


Text Example

White with #988115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988115; }

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

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

background-color css

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

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

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

border-color css

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

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

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