Html Css Color HEX #988318 Hacienda

📋 copy color: '#988318'

red 152 ◦ green 131 ◦ blue 24

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

Shades of Hacienda #988318

Tints of Hacienda #988318

RGB

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

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

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

R = 49.51%
G = 42.67%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#988318 (or 0x988318) is known color: Hacienda. HEX triplet: 98, 83 and 18. RGB value is (152,131,24). Sum of RGB (Red+Green+Blue) = 152+131+24=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #988318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988318 is #677CE7. Grayscale: #7D7D7D. Windows color (decimal): -6782184 or 1606552. OLE color: 1606552.

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

Color convert

RGB 152 131 24 -
CMYK 0 0.14 0.84 0.40
HSL 50.16º 0.73% 0.35% -
HSV(B) 50.16º 0.84% 0.6% -
XYZ 21.23 22.97 4.18 -
YUV 125.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 152 131 24 0 0.14 0.84 0.40 50.16 0.73 0.35
Hex 98 83 18 0 E 54 28 32 49 23
Octal 230 203 30 0 16 124 50 62 111 43
Binary 10011000 10000011 11000 0 1110 1010100 101000 110010 1001001 100011

Color Harmonies of #988318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988318

Black with #988318

Text Example


Text Example

White with #988318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988318; }

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

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

background-color css

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

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

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

border-color css

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

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

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