Html Css Color HEX #997F1F Hacienda

📋 copy color: '#997F1F'

red 153 ◦ green 127 ◦ blue 31

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

Shades of Hacienda #997F1F

Tints of Hacienda #997F1F

RGB

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

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

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

R = 49.2%
G = 40.84%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#997F1F (or 0x997F1F) is known color: Hacienda. HEX triplet: 99, 7F and 1F. RGB value is (153,127,31). Sum of RGB (Red+Green+Blue) = 153+127+31=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #997F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F1F is #6680E0. Grayscale: #7C7C7C. Windows color (decimal): -6717665 or 2064281. OLE color: 2064281.

HSL color Cylindrical-coordinate representation of color #997F1F: hue angle of 47.21º 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 #997F1F is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 31 -
CMYK 0 0.17 0.80 0.4
HSL 47.21º 0.66% 0.36% -
HSV(B) 47.21º 0.8% 0.6% -
XYZ 20.97 22.05 4.45 -
YUV 123.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 153 127 31 0 0.17 0.80 0.4 47.21 0.66 0.36
Hex 99 7F 1F 0 11 50 28 2F 42 24
Octal 231 177 37 0 21 120 50 57 102 44
Binary 10011001 1111111 11111 0 10001 1010000 101000 101111 1000010 100100

Color Harmonies of #997F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F1F

Black with #997F1F

Text Example


Text Example

White with #997F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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