Html Css Color HEX #988220 Hacienda

📋 copy color: '#988220'

red 152 ◦ green 130 ◦ blue 32

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

Shades of Hacienda #988220

Tints of Hacienda #988220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 48.41%
G = 41.4%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#988220 (or 0x988220) is known color: Hacienda. HEX triplet: 98, 82 and 20. RGB value is (152,130,32). Sum of RGB (Red+Green+Blue) = 152+130+32=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #988220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988220 is #677DDF. Grayscale: #7D7D7D. Windows color (decimal): -6782432 or 2130584. OLE color: 2130584.

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

Color convert

RGB 152 130 32 -
CMYK 0 0.14 0.79 0.40
HSL 49º 0.65% 0.36% -
HSV(B) 49º 0.79% 0.6% -
XYZ 21.19 22.74 4.64 -
YUV 125.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 152 130 32 0 0.14 0.79 0.40 49 0.65 0.36
Hex 98 82 20 0 E 4F 28 31 41 24
Octal 230 202 40 0 16 117 50 61 101 44
Binary 10011000 10000010 100000 0 1110 1001111 101000 110001 1000001 100100

Color Harmonies of #988220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988220

Black with #988220

Text Example


Text Example

White with #988220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988220; }

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

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

background-color css

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

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

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

border-color css

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

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

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