Html Css Color HEX #98780A Hacienda

📋 copy color: '#98780A'

red 152 ◦ green 120 ◦ blue 10

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

Shades of Hacienda #98780A

Tints of Hacienda #98780A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 53.9%
G = 42.55%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98780A (or 0x98780A) is known color: Hacienda. HEX triplet: 98, 78 and 0A. RGB value is (152,120,10). Sum of RGB (Red+Green+Blue) = 152+120+10=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98780A is #6787F5. Grayscale: #757575. Windows color (decimal): -6785014 or 686232. OLE color: 686232.

HSL color Cylindrical-coordinate representation of color #98780A: hue angle of 46.48º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98780A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 10 -
CMYK 0 0.21 0.93 0.40
HSL 46.48º 0.88% 0.32% -
HSV(B) 46.48º 0.93% 0.6% -
XYZ 19.72 20.13 3.13 -
YUV 117.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 152 120 10 0 0.21 0.93 0.40 46.48 0.88 0.32
Hex 98 78 A 0 15 5D 28 2E 58 20
Octal 230 170 12 0 25 135 50 56 130 40
Binary 10011000 1111000 1010 0 10101 1011101 101000 101110 1011000 100000

Color Harmonies of #98780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98780A

Black with #98780A

Text Example


Text Example

White with #98780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98780A; }

 p { color: rgb(152,120,10); }

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

background-color css

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

 a { background-color: rgb(152,120,10); }

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

border-color css

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

 span { border-color: rgb(152,120,10); }

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