Html Css Color HEX #988814 Hacienda

📋 copy color: '#988814'

red 152 ◦ green 136 ◦ blue 20

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

Shades of Hacienda #988814

Tints of Hacienda #988814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

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

R = 49.35%
G = 44.16%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988814 (or 0x988814) is known color: Hacienda. HEX triplet: 98, 88 and 14. RGB value is (152,136,20). Sum of RGB (Red+Green+Blue) = 152+136+20=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988814 is #6777EB. Grayscale: #808080. Windows color (decimal): -6780908 or 1345688. OLE color: 1345688.

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

Color convert

RGB 152 136 20 -
CMYK 0 0.11 0.87 0.40
HSL 52.73º 0.77% 0.34% -
HSV(B) 52.73º 0.87% 0.6% -
XYZ 21.88 24.33 4.21 -
YUV 127.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 152 136 20 0 0.11 0.87 0.40 52.73 0.77 0.34
Hex 98 88 14 0 B 57 28 35 4D 22
Octal 230 210 24 0 13 127 50 65 115 42
Binary 10011000 10001000 10100 0 1011 1010111 101000 110101 1001101 100010

Color Harmonies of #988814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988814

Black with #988814

Text Example


Text Example

White with #988814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988814; }

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

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

background-color css

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

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

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

border-color css

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

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

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