Html Css Color HEX #977C1E Hacienda

📋 copy color: '#977C1E'

red 151 ◦ green 124 ◦ blue 30

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

Shades of Hacienda #977C1E

Tints of Hacienda #977C1E

RGB

 RED value IS 151 (59.38% from 255) = 49.51%

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 30 (12.11% from 255) = 9.84%

R = 49.51%
G = 40.66%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#977C1E (or 0x977C1E) is known color: Hacienda. HEX triplet: 97, 7C and 1E. RGB value is (151,124,30). Sum of RGB (Red+Green+Blue) = 151+124+30=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #977C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C1E is #6883E1. Grayscale: #797979. Windows color (decimal): -6849506 or 1997975. OLE color: 1997975.

HSL color Cylindrical-coordinate representation of color #977C1E: hue angle of 46.61º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #977C1E is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 30 -
CMYK 0 0.18 0.80 0.41
HSL 46.61º 0.67% 0.35% -
HSV(B) 46.61º 0.8% 0.59% -
XYZ 20.2 21.09 4.23 -
YUV 121.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 151 124 30 0 0.18 0.80 0.41 46.61 0.67 0.35
Hex 97 7C 1E 0 12 50 29 2F 43 23
Octal 227 174 36 0 22 120 51 57 103 43
Binary 10010111 1111100 11110 0 10010 1010000 101001 101111 1000011 100011

Color Harmonies of #977C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C1E

Black with #977C1E

Text Example


Text Example

White with #977C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977C1E; }

 p { color: rgb(151,124,30); }

 H1.HeaderClassName
 {
   color: #977C1E;
 }
 .AnyTagClassName
 {
   color: #977C1E;
 }
</style>

background-color css

<style>
 a { background-color: #977C1E; }

 a { background-color: rgb(151,124,30); }

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

border-color css

<style>
 span { border-color: #977C1E; }

 span { border-color: rgb(151,124,30); }

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