Html Css Color HEX #98781B Hacienda

📋 copy color: '#98781B'

red 152 ◦ green 120 ◦ blue 27

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

Shades of Hacienda #98781B

Tints of Hacienda #98781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 50.84%
G = 40.13%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98781B (or 0x98781B) is known color: Hacienda. HEX triplet: 98, 78 and 1B. RGB value is (152,120,27). Sum of RGB (Red+Green+Blue) = 152+120+27=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98781B is #6787E4. Grayscale: #777777. Windows color (decimal): -6784997 or 1800344. OLE color: 1800344.

HSL color Cylindrical-coordinate representation of color #98781B: hue angle of 44.64º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98781B is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 27 -
CMYK 0 0.21 0.82 0.40
HSL 44.64º 0.7% 0.35% -
HSV(B) 44.64º 0.82% 0.6% -
XYZ 19.86 20.19 3.89 -
YUV 118.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 152 120 27 0 0.21 0.82 0.40 44.64 0.7 0.35
Hex 98 78 1B 0 15 52 28 2D 46 23
Octal 230 170 33 0 25 122 50 55 106 43
Binary 10011000 1111000 11011 0 10101 1010010 101000 101101 1000110 100011

Color Harmonies of #98781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98781B

Black with #98781B

Text Example


Text Example

White with #98781B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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