Html Css Color HEX #988122 Hacienda

📋 copy color: '#988122'

red 152 ◦ green 129 ◦ blue 34

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

Shades of Hacienda #988122

Tints of Hacienda #988122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 48.25%
G = 40.95%
B = 10.79%

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

#988122 (or 0x988122) is known color: Hacienda. HEX triplet: 98, 81 and 22. RGB value is (152,129,34). Sum of RGB (Red+Green+Blue) = 152+129+34=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #988122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988122 is #677EDD. Grayscale: #7D7D7D. Windows color (decimal): -6782686 or 2261400. OLE color: 2261400.

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

Color convert

RGB 152 129 34 -
CMYK 0 0.15 0.78 0.40
HSL 48.31º 0.63% 0.36% -
HSV(B) 48.31º 0.78% 0.6% -
XYZ 21.09 22.49 4.74 -
YUV 125.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 152 129 34 0 0.15 0.78 0.40 48.31 0.63 0.36
Hex 98 81 22 0 F 4E 28 30 3F 24
Octal 230 201 42 0 17 116 50 60 77 44
Binary 10011000 10000001 100010 0 1111 1001110 101000 110000 111111 100100

Color Harmonies of #988122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988122

Black with #988122

Text Example


Text Example

White with #988122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988122; }

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

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

background-color css

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

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

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

border-color css

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

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

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