Html Css Color HEX #987420 Hacienda

📋 copy color: '#987420'

red 152 ◦ green 116 ◦ blue 32

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

Shades of Hacienda #987420

Tints of Hacienda #987420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 50.67%
G = 38.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#987420 (or 0x987420) is known color: Hacienda. HEX triplet: 98, 74 and 20. RGB value is (152,116,32). Sum of RGB (Red+Green+Blue) = 152+116+32=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #987420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987420 is #678BDF. Grayscale: #757575. Windows color (decimal): -6786016 or 2127000. OLE color: 2127000.

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

Color convert

RGB 152 116 32 -
CMYK 0 0.24 0.79 0.40
HSL 42º 0.65% 0.36% -
HSV(B) 42º 0.79% 0.6% -
XYZ 19.46 19.27 4.06 -
YUV 117.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 152 116 32 0 0.24 0.79 0.40 42 0.65 0.36
Hex 98 74 20 0 18 4F 28 2A 41 24
Octal 230 164 40 0 30 117 50 52 101 44
Binary 10011000 1110100 100000 0 11000 1001111 101000 101010 1000001 100100

Color Harmonies of #987420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987420

Black with #987420

Text Example


Text Example

White with #987420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987420; }

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

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

background-color css

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

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

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

border-color css

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

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

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