Html Css Color HEX #988114 Hacienda

📋 copy color: '#988114'

red 152 ◦ green 129 ◦ blue 20

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

Shades of Hacienda #988114

Tints of Hacienda #988114

RGB

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

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

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

R = 50.5%
G = 42.86%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988114 (or 0x988114) is known color: Hacienda. HEX triplet: 98, 81 and 14. RGB value is (152,129,20). Sum of RGB (Red+Green+Blue) = 152+129+20=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #988114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988114 is #677EEB. Grayscale: #7B7B7B. Windows color (decimal): -6782700 or 1343896. OLE color: 1343896.

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

Color convert

RGB 152 129 20 -
CMYK 0 0.15 0.87 0.40
HSL 49.55º 0.77% 0.34% -
HSV(B) 49.55º 0.87% 0.6% -
XYZ 20.93 22.43 3.89 -
YUV 123.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 152 129 20 0 0.15 0.87 0.40 49.55 0.77 0.34
Hex 98 81 14 0 F 57 28 32 4D 22
Octal 230 201 24 0 17 127 50 62 115 42
Binary 10011000 10000001 10100 0 1111 1010111 101000 110010 1001101 100010

Color Harmonies of #988114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988114

Black with #988114

Text Example


Text Example

White with #988114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988114; }

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

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

background-color css

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

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

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

border-color css

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

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

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