Html Css Color HEX #98781F Hacienda

📋 copy color: '#98781F'

red 152 ◦ green 120 ◦ blue 31

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

Shades of Hacienda #98781F

Tints of Hacienda #98781F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 50.17%
G = 39.6%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98781F (or 0x98781F) is known color: Hacienda. HEX triplet: 98, 78 and 1F. RGB value is (152,120,31). Sum of RGB (Red+Green+Blue) = 152+120+31=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #98781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98781F is #6787E0. Grayscale: #777777. Windows color (decimal): -6784993 or 2062488. OLE color: 2062488.

HSL color Cylindrical-coordinate representation of color #98781F: hue angle of 44.13º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98781F is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 31 -
CMYK 0 0.21 0.80 0.40
HSL 44.13º 0.66% 0.36% -
HSV(B) 44.13º 0.8% 0.6% -
XYZ 19.91 20.21 4.15 -
YUV 119.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 152 120 31 0 0.21 0.80 0.40 44.13 0.66 0.36
Hex 98 78 1F 0 15 50 28 2C 42 24
Octal 230 170 37 0 25 120 50 54 102 44
Binary 10011000 1111000 11111 0 10101 1010000 101000 101100 1000010 100100

Color Harmonies of #98781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98781F

Black with #98781F

Text Example


Text Example

White with #98781F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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