Html Css Color HEX #98780C Hacienda

📋 copy color: '#98780C'

red 152 ◦ green 120 ◦ blue 12

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

Shades of Hacienda #98780C

Tints of Hacienda #98780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 53.52%
G = 42.25%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98780C (or 0x98780C) is known color: Hacienda. HEX triplet: 98, 78 and 0C. RGB value is (152,120,12). Sum of RGB (Red+Green+Blue) = 152+120+12=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98780C is #6787F3. Grayscale: #757575. Windows color (decimal): -6785012 or 817304. OLE color: 817304.

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

Color convert

RGB 152 120 12 -
CMYK 0 0.21 0.92 0.40
HSL 46.29º 0.85% 0.32% -
HSV(B) 46.29º 0.92% 0.6% -
XYZ 19.73 20.13 3.19 -
YUV 117.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 152 120 12 0 0.21 0.92 0.40 46.29 0.85 0.32
Hex 98 78 C 0 15 5C 28 2E 55 20
Octal 230 170 14 0 25 134 50 56 125 40
Binary 10011000 1111000 1100 0 10101 1011100 101000 101110 1010101 100000

Color Harmonies of #98780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98780C

Black with #98780C

Text Example


Text Example

White with #98780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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