Html Css Color HEX #977B28 Hacienda

📋 copy color: '#977B28'

red 151 ◦ green 123 ◦ blue 40

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

Shades of Hacienda #977B28

Tints of Hacienda #977B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 48.09%
G = 39.17%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#977B28 (or 0x977B28) is known color: Hacienda. HEX triplet: 97, 7B and 28. RGB value is (151,123,40). Sum of RGB (Red+Green+Blue) = 151+123+40=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #977B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B28 is #6884D7. Grayscale: #7A7A7A. Windows color (decimal): -6849752 or 2653079. OLE color: 2653079.

HSL color Cylindrical-coordinate representation of color #977B28: hue angle of 44.86º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #977B28 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 40 -
CMYK 0 0.19 0.74 0.41
HSL 44.86º 0.58% 0.37% -
HSV(B) 44.86º 0.74% 0.59% -
XYZ 20.23 20.9 4.98 -
YUV 121.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 151 123 40 0 0.19 0.74 0.41 44.86 0.58 0.37
Hex 97 7B 28 0 13 4A 29 2D 3A 25
Octal 227 173 50 0 23 112 51 55 72 45
Binary 10010111 1111011 101000 0 10011 1001010 101001 101101 111010 100101

Color Harmonies of #977B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B28

Black with #977B28

Text Example


Text Example

White with #977B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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