Html Css Color HEX #997F27 Hacienda

📋 copy color: '#997F27'

red 153 ◦ green 127 ◦ blue 39

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

Shades of Hacienda #997F27

Tints of Hacienda #997F27

RGB

 RED value IS 153 (60.16% from 255) = 47.96%

 GREEN value IS 127 (50% from 255) = 39.81%

 BLUE value IS 39 (15.63% from 255) = 12.23%

R = 47.96%
G = 39.81%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#997F27 (or 0x997F27) is known color: Hacienda. HEX triplet: 99, 7F and 27. RGB value is (153,127,39). Sum of RGB (Red+Green+Blue) = 153+127+39=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #997F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F27 is #6680D8. Grayscale: #7D7D7D. Windows color (decimal): -6717657 or 2588569. OLE color: 2588569.

HSL color Cylindrical-coordinate representation of color #997F27: hue angle of 46.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #997F27 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 39 -
CMYK 0 0.17 0.75 0.4
HSL 46.32º 0.59% 0.38% -
HSV(B) 46.32º 0.75% 0.6% -
XYZ 21.09 22.1 5.07 -
YUV 124.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 153 127 39 0 0.17 0.75 0.4 46.32 0.59 0.38
Hex 99 7F 27 0 11 4B 28 2E 3B 26
Octal 231 177 47 0 21 113 50 56 73 46
Binary 10011001 1111111 100111 0 10001 1001011 101000 101110 111011 100110

Color Harmonies of #997F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F27

Black with #997F27

Text Example


Text Example

White with #997F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F27; }

 p { color: rgb(153,127,39); }

 H1.HeaderClassName
 {
   color: #997F27;
 }
 .AnyTagClassName
 {
   color: #997F27;
 }
</style>

background-color css

<style>
 a { background-color: #997F27; }

 a { background-color: rgb(153,127,39); }

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

border-color css

<style>
 span { border-color: #997F27; }

 span { border-color: rgb(153,127,39); }

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