Html Css Color HEX #987728 Hacienda

📋 copy color: '#987728'

red 152 ◦ green 119 ◦ blue 40

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

Shades of Hacienda #987728

Tints of Hacienda #987728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 48.87%
G = 38.26%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987728 (or 0x987728) is known color: Hacienda. HEX triplet: 98, 77 and 28. RGB value is (152,119,40). Sum of RGB (Red+Green+Blue) = 152+119+40=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #987728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987728 is #6788D7. Grayscale: #787878. Windows color (decimal): -6785240 or 2652056. OLE color: 2652056.

HSL color Cylindrical-coordinate representation of color #987728: hue angle of 42.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987728 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 40 -
CMYK 0 0.22 0.74 0.40
HSL 42.32º 0.58% 0.38% -
HSV(B) 42.32º 0.74% 0.6% -
XYZ 19.93 20.02 4.82 -
YUV 119.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 152 119 40 0 0.22 0.74 0.40 42.32 0.58 0.38
Hex 98 77 28 0 16 4A 28 2A 3A 26
Octal 230 167 50 0 26 112 50 52 72 46
Binary 10011000 1110111 101000 0 10110 1001010 101000 101010 111010 100110

Color Harmonies of #987728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987728

Black with #987728

Text Example


Text Example

White with #987728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987728; }

 p { color: rgb(152,119,40); }

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

background-color css

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

 a { background-color: rgb(152,119,40); }

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

border-color css

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

 span { border-color: rgb(152,119,40); }

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