Html Css Color HEX #977C1D Hacienda

📋 copy color: '#977C1D'

red 151 ◦ green 124 ◦ blue 29

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

Shades of Hacienda #977C1D

Tints of Hacienda #977C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 49.67%
G = 40.79%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#977C1D (or 0x977C1D) is known color: Hacienda. HEX triplet: 97, 7C and 1D. RGB value is (151,124,29). Sum of RGB (Red+Green+Blue) = 151+124+29=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #977C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C1D is #6883E2. Grayscale: #797979. Windows color (decimal): -6849507 or 1932439. OLE color: 1932439.

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

Color convert

RGB 151 124 29 -
CMYK 0 0.18 0.81 0.41
HSL 46.72º 0.68% 0.35% -
HSV(B) 46.72º 0.81% 0.59% -
XYZ 20.19 21.08 4.17 -
YUV 121.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 151 124 29 0 0.18 0.81 0.41 46.72 0.68 0.35
Hex 97 7C 1D 0 12 51 29 2F 44 23
Octal 227 174 35 0 22 121 51 57 104 43
Binary 10010111 1111100 11101 0 10010 1010001 101001 101111 1000100 100011

Color Harmonies of #977C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C1D

Black with #977C1D

Text Example


Text Example

White with #977C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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