Html Css Color HEX #988718 Hacienda

📋 copy color: '#988718'

red 152 ◦ green 135 ◦ blue 24

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

Shades of Hacienda #988718

Tints of Hacienda #988718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

 BLUE value IS 24 (9.77% from 255) = 7.72%

R = 48.87%
G = 43.41%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#988718 (or 0x988718) is known color: Hacienda. HEX triplet: 98, 87 and 18. RGB value is (152,135,24). Sum of RGB (Red+Green+Blue) = 152+135+24=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #988718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988718 is #6778E7. Grayscale: #7F7F7F. Windows color (decimal): -6781160 or 1607576. OLE color: 1607576.

HSL color Cylindrical-coordinate representation of color #988718: hue angle of 52.03º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #988718 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 24 -
CMYK 0 0.11 0.84 0.40
HSL 52.03º 0.73% 0.35% -
HSV(B) 52.03º 0.84% 0.6% -
XYZ 21.78 24.07 4.36 -
YUV 127.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 152 135 24 0 0.11 0.84 0.40 52.03 0.73 0.35
Hex 98 87 18 0 B 54 28 34 49 23
Octal 230 207 30 0 13 124 50 64 111 43
Binary 10011000 10000111 11000 0 1011 1010100 101000 110100 1001001 100011

Color Harmonies of #988718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988718

Black with #988718

Text Example


Text Example

White with #988718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988718; }

 p { color: rgb(152,135,24); }

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

background-color css

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

 a { background-color: rgb(152,135,24); }

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

border-color css

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

 span { border-color: rgb(152,135,24); }

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