Html Css Color HEX #977D0A Hacienda

📋 copy color: '#977D0A'

red 151 ◦ green 125 ◦ blue 10

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

Shades of Hacienda #977D0A

Tints of Hacienda #977D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.71%

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 52.8%
G = 43.71%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#977D0A (or 0x977D0A) is known color: Hacienda. HEX triplet: 97, 7D and 0A. RGB value is (151,125,10). Sum of RGB (Red+Green+Blue) = 151+125+10=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #977D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977D0A is #6882F5. Grayscale: #787878. Windows color (decimal): -6849270 or 687511. OLE color: 687511.

HSL color Cylindrical-coordinate representation of color #977D0A: hue angle of 48.94º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #977D0A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 10 -
CMYK 0 0.17 0.93 0.41
HSL 48.94º 0.88% 0.32% -
HSV(B) 48.94º 0.93% 0.59% -
XYZ 20.15 21.27 3.33 -
YUV 119.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 151 125 10 0 0.17 0.93 0.41 48.94 0.88 0.32
Hex 97 7D A 0 11 5D 29 31 58 20
Octal 227 175 12 0 21 135 51 61 130 40
Binary 10010111 1111101 1010 0 10001 1011101 101001 110001 1011000 100000

Color Harmonies of #977D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D0A

Black with #977D0A

Text Example


Text Example

White with #977D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,125,10); }

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

background-color css

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

 a { background-color: rgb(151,125,10); }

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

border-color css

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

 span { border-color: rgb(151,125,10); }

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