Html Css Color HEX #988314 Hacienda

📋 copy color: '#988314'

red 152 ◦ green 131 ◦ blue 20

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

Shades of Hacienda #988314

Tints of Hacienda #988314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.23%

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 50.17%
G = 43.23%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988314 (or 0x988314) is known color: Hacienda. HEX triplet: 98, 83 and 14. RGB value is (152,131,20). Sum of RGB (Red+Green+Blue) = 152+131+20=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988314 is #677CEB. Grayscale: #7D7D7D. Windows color (decimal): -6782188 or 1344408. OLE color: 1344408.

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

Color convert

RGB 152 131 20 -
CMYK 0 0.14 0.87 0.40
HSL 50.45º 0.77% 0.34% -
HSV(B) 50.45º 0.87% 0.6% -
XYZ 21.19 22.96 3.98 -
YUV 124.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 152 131 20 0 0.14 0.87 0.40 50.45 0.77 0.34
Hex 98 83 14 0 E 57 28 32 4D 22
Octal 230 203 24 0 16 127 50 62 115 42
Binary 10011000 10000011 10100 0 1110 1010111 101000 110010 1001101 100010

Color Harmonies of #988314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988314

Black with #988314

Text Example


Text Example

White with #988314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988314; }

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

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

background-color css

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

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

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

border-color css

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

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

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