Html Css Color HEX #988213 Hacienda

📋 copy color: '#988213'

red 152 ◦ green 130 ◦ blue 19

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

Shades of Hacienda #988213

Tints of Hacienda #988213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 50.5%
G = 43.19%
B = 6.31%

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

#988213 (or 0x988213) is known color: Hacienda. HEX triplet: 98, 82 and 13. RGB value is (152,130,19). Sum of RGB (Red+Green+Blue) = 152+130+19=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #988213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988213 is #677DEC. Grayscale: #7C7C7C. Windows color (decimal): -6782445 or 1278616. OLE color: 1278616.

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

Color convert

RGB 152 130 19 -
CMYK 0 0.14 0.87 0.40
HSL 50.08º 0.78% 0.34% -
HSV(B) 50.08º 0.88% 0.6% -
XYZ 21.05 22.69 3.89 -
YUV 123.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 152 130 19 0 0.14 0.87 0.40 50.08 0.78 0.34
Hex 98 82 13 0 E 57 28 32 4E 22
Octal 230 202 23 0 16 127 50 62 116 42
Binary 10011000 10000010 10011 0 1110 1010111 101000 110010 1001110 100010

Color Harmonies of #988213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988213

Black with #988213

Text Example


Text Example

White with #988213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988213; }

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

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

background-color css

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

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

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

border-color css

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

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

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