Html Css Color HEX #988312 Hacienda

📋 copy color: '#988312'

red 152 ◦ green 131 ◦ blue 18

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

Shades of Hacienda #988312

Tints of Hacienda #988312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 50.5%
G = 43.52%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#988312 (or 0x988312) is known color: Hacienda. HEX triplet: 98, 83 and 12. RGB value is (152,131,18). Sum of RGB (Red+Green+Blue) = 152+131+18=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #988312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988312 is #677CED. Grayscale: #7C7C7C. Windows color (decimal): -6782190 or 1213336. OLE color: 1213336.

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

Color convert

RGB 152 131 18 -
CMYK 0 0.14 0.88 0.40
HSL 50.6º 0.79% 0.33% -
HSV(B) 50.6º 0.88% 0.6% -
XYZ 21.17 22.95 3.89 -
YUV 124.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 152 131 18 0 0.14 0.88 0.40 50.6 0.79 0.33
Hex 98 83 12 0 E 58 28 33 4F 21
Octal 230 203 22 0 16 130 50 63 117 41
Binary 10011000 10000011 10010 0 1110 1011000 101000 110011 1001111 100001

Color Harmonies of #988312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988312

Black with #988312

Text Example


Text Example

White with #988312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988312; }

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

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

background-color css

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

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

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

border-color css

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

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

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