Html Css Color HEX #988313 Hacienda

📋 copy color: '#988313'

red 152 ◦ green 131 ◦ blue 19

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

Shades of Hacienda #988313

Tints of Hacienda #988313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 50.33%
G = 43.38%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988313 (or 0x988313) is known color: Hacienda. HEX triplet: 98, 83 and 13. RGB value is (152,131,19). Sum of RGB (Red+Green+Blue) = 152+131+19=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #988313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988313 is #677CEC. Grayscale: #7C7C7C. Windows color (decimal): -6782189 or 1278872. OLE color: 1278872.

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

Color convert

RGB 152 131 19 -
CMYK 0 0.14 0.87 0.40
HSL 50.53º 0.78% 0.34% -
HSV(B) 50.53º 0.88% 0.6% -
XYZ 21.18 22.96 3.93 -
YUV 124.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 152 131 19 0 0.14 0.87 0.40 50.53 0.78 0.34
Hex 98 83 13 0 E 57 28 33 4E 22
Octal 230 203 23 0 16 127 50 63 116 42
Binary 10011000 10000011 10011 0 1110 1010111 101000 110011 1001110 100010

Color Harmonies of #988313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988313

Black with #988313

Text Example


Text Example

White with #988313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988313; }

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

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

background-color css

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

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

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

border-color css

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

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

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