Html Css Color HEX #988121 Hacienda

📋 copy color: '#988121'

red 152 ◦ green 129 ◦ blue 33

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

Shades of Hacienda #988121

Tints of Hacienda #988121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.51%

R = 48.41%
G = 41.08%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#988121 (or 0x988121) is known color: Hacienda. HEX triplet: 98, 81 and 21. RGB value is (152,129,33). Sum of RGB (Red+Green+Blue) = 152+129+33=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #988121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988121 is #677EDE. Grayscale: #7D7D7D. Windows color (decimal): -6782687 or 2195864. OLE color: 2195864.

HSL color Cylindrical-coordinate representation of color #988121: hue angle of 48.4º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #988121 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 33 -
CMYK 0 0.15 0.78 0.40
HSL 48.4º 0.64% 0.36% -
HSV(B) 48.4º 0.78% 0.6% -
XYZ 21.07 22.49 4.67 -
YUV 124.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 152 129 33 0 0.15 0.78 0.40 48.4 0.64 0.36
Hex 98 81 21 0 F 4E 28 30 40 24
Octal 230 201 41 0 17 116 50 60 100 44
Binary 10011000 10000001 100001 0 1111 1001110 101000 110000 1000000 100100

Color Harmonies of #988121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988121

Black with #988121

Text Example


Text Example

White with #988121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988121; }

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

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

background-color css

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

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

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

border-color css

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

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

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