Html Css Color HEX #988113 Hacienda

📋 copy color: '#988113'

red 152 ◦ green 129 ◦ blue 19

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

Shades of Hacienda #988113

Tints of Hacienda #988113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

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

R = 50.67%
G = 43%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988113 (or 0x988113) is known color: Hacienda. HEX triplet: 98, 81 and 13. RGB value is (152,129,19). Sum of RGB (Red+Green+Blue) = 152+129+19=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #988113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988113 is #677EEC. Grayscale: #7B7B7B. Windows color (decimal): -6782701 or 1278360. OLE color: 1278360.

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

Color convert

RGB 152 129 19 -
CMYK 0 0.15 0.87 0.40
HSL 49.62º 0.78% 0.34% -
HSV(B) 49.62º 0.88% 0.6% -
XYZ 20.92 22.42 3.84 -
YUV 123.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 152 129 19 0 0.15 0.87 0.40 49.62 0.78 0.34
Hex 98 81 13 0 F 57 28 32 4E 22
Octal 230 201 23 0 17 127 50 62 116 42
Binary 10011000 10000001 10011 0 1111 1010111 101000 110010 1001110 100010

Color Harmonies of #988113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988113

Black with #988113

Text Example


Text Example

White with #988113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988113; }

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

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

background-color css

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

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

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

border-color css

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

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

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