Html Css Color HEX #98780F Hacienda

📋 copy color: '#98780F'

red 152 ◦ green 120 ◦ blue 15

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

Shades of Hacienda #98780F

Tints of Hacienda #98780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 52.96%
G = 41.81%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98780F (or 0x98780F) is known color: Hacienda. HEX triplet: 98, 78 and 0F. RGB value is (152,120,15). Sum of RGB (Red+Green+Blue) = 152+120+15=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #98780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98780F is #6787F0. Grayscale: #767676. Windows color (decimal): -6785009 or 1013912. OLE color: 1013912.

HSL color Cylindrical-coordinate representation of color #98780F: hue angle of 45.99º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98780F is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 15 -
CMYK 0 0.21 0.90 0.40
HSL 45.99º 0.82% 0.33% -
HSV(B) 45.99º 0.9% 0.6% -
XYZ 19.75 20.14 3.3 -
YUV 117.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 152 120 15 0 0.21 0.90 0.40 45.99 0.82 0.33
Hex 98 78 F 0 15 5A 28 2E 52 21
Octal 230 170 17 0 25 132 50 56 122 41
Binary 10011000 1111000 1111 0 10101 1011010 101000 101110 1010010 100001

Color Harmonies of #98780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98780F

Black with #98780F

Text Example


Text Example

White with #98780F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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