Html Css Color HEX #957A11 Hacienda

📋 copy color: '#957A11'

red 149 ◦ green 122 ◦ blue 17

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

Shades of Hacienda #957A11

Tints of Hacienda #957A11

RGB

 RED value IS 149 (58.59% from 255) = 51.74%

 GREEN value IS 122 (48.05% from 255) = 42.36%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 51.74%
G = 42.36%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957A11 (or 0x957A11) is known color: Hacienda. HEX triplet: 95, 7A and 11. RGB value is (149,122,17). Sum of RGB (Red+Green+Blue) = 149+122+17=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #957A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957A11 is #6A85EE. Grayscale: #767676. Windows color (decimal): -6981103 or 1145493. OLE color: 1145493.

HSL color Cylindrical-coordinate representation of color #957A11: hue angle of 47.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #957A11 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 17 -
CMYK 0 0.18 0.89 0.42
HSL 47.73º 0.8% 0.33% -
HSV(B) 47.73º 0.89% 0.58% -
XYZ 19.46 20.35 3.43 -
YUV 118.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 149 122 17 0 0.18 0.89 0.42 47.73 0.8 0.33
Hex 95 7A 11 0 12 59 2A 30 50 21
Octal 225 172 21 0 22 131 52 60 120 41
Binary 10010101 1111010 10001 0 10010 1011001 101010 110000 1010000 100001

Color Harmonies of #957A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A11

Black with #957A11

Text Example


Text Example

White with #957A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A11; }

 p { color: rgb(149,122,17); }

 H1.HeaderClassName
 {
   color: #957A11;
 }
 .AnyTagClassName
 {
   color: #957A11;
 }
</style>

background-color css

<style>
 a { background-color: #957A11; }

 a { background-color: rgb(149,122,17); }

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

border-color css

<style>
 span { border-color: #957A11; }

 span { border-color: rgb(149,122,17); }

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