Html Css Color HEX #977B1C Hacienda

📋 copy color: '#977B1C'

red 151 ◦ green 123 ◦ blue 28

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

Shades of Hacienda #977B1C

Tints of Hacienda #977B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.73%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 50%
G = 40.73%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#977B1C (or 0x977B1C) is known color: Hacienda. HEX triplet: 97, 7B and 1C. RGB value is (151,123,28). Sum of RGB (Red+Green+Blue) = 151+123+28=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #977B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B1C is #6884E3. Grayscale: #787878. Windows color (decimal): -6849764 or 1866647. OLE color: 1866647.

HSL color Cylindrical-coordinate representation of color #977B1C: hue angle of 46.34º degrees, saturation: 0.69, 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 #977B1C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 28 -
CMYK 0 0.19 0.81 0.41
HSL 46.34º 0.69% 0.35% -
HSV(B) 46.34º 0.81% 0.59% -
XYZ 20.06 20.83 4.06 -
YUV 120.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 151 123 28 0 0.19 0.81 0.41 46.34 0.69 0.35
Hex 97 7B 1C 0 13 51 29 2E 45 23
Octal 227 173 34 0 23 121 51 56 105 43
Binary 10010111 1111011 11100 0 10011 1010001 101001 101110 1000101 100011

Color Harmonies of #977B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B1C

Black with #977B1C

Text Example


Text Example

White with #977B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,123,28); }

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

background-color css

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

 a { background-color: rgb(151,123,28); }

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

border-color css

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

 span { border-color: rgb(151,123,28); }

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