Html Css Color HEX #977D0F Hacienda

📋 copy color: '#977D0F'

red 151 ◦ green 125 ◦ blue 15

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

Shades of Hacienda #977D0F

Tints of Hacienda #977D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 51.89%
G = 42.96%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#977D0F (or 0x977D0F) is known color: Hacienda. HEX triplet: 97, 7D and 0F. RGB value is (151,125,15). Sum of RGB (Red+Green+Blue) = 151+125+15=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #977D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977D0F is #6882F0. Grayscale: #787878. Windows color (decimal): -6849265 or 1015191. OLE color: 1015191.

HSL color Cylindrical-coordinate representation of color #977D0F: hue angle of 48.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #977D0F is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 15 -
CMYK 0 0.17 0.90 0.41
HSL 48.53º 0.82% 0.33% -
HSV(B) 48.53º 0.9% 0.59% -
XYZ 20.18 21.28 3.5 -
YUV 120.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 151 125 15 0 0.17 0.90 0.41 48.53 0.82 0.33
Hex 97 7D F 0 11 5A 29 31 52 21
Octal 227 175 17 0 21 132 51 61 122 41
Binary 10010111 1111101 1111 0 10001 1011010 101001 110001 1010010 100001

Color Harmonies of #977D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D0F

Black with #977D0F

Text Example


Text Example

White with #977D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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