Html Css Color HEX #9B7A11 Hacienda

📋 copy color: '#9B7A11'

red 155 ◦ green 122 ◦ blue 17

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

Shades of Hacienda #9B7A11

Tints of Hacienda #9B7A11

RGB

 RED value IS 155 (60.94% from 255) = 52.72%

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

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

R = 52.72%
G = 41.5%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B7A11 (or 0x9B7A11) is known color: Hacienda. HEX triplet: 9B, 7A and 11. RGB value is (155,122,17). Sum of RGB (Red+Green+Blue) = 155+122+17=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7A11 is #6485EE. Grayscale: #787878. Windows color (decimal): -6587887 or 1145499. OLE color: 1145499.

HSL color Cylindrical-coordinate representation of color #9B7A11: hue angle of 45.65º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B7A11 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 122 17 -
CMYK 0 0.21 0.89 0.39
HSL 45.65º 0.8% 0.34% -
HSV(B) 45.65º 0.89% 0.61% -
XYZ 20.58 20.93 3.49 -
YUV 119.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 155 122 17 0 0.21 0.89 0.39 45.65 0.8 0.34
Hex 9B 7A 11 0 15 59 27 2E 50 22
Octal 233 172 21 0 25 131 47 56 120 42
Binary 10011011 1111010 10001 0 10101 1011001 100111 101110 1010000 100010

Color Harmonies of #9B7A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A11

Black with #9B7A11

Text Example


Text Example

White with #9B7A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7A11; }

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

 H1.HeaderClassName
 {
   color: #9B7A11;
 }
 .AnyTagClassName
 {
   color: #9B7A11;
 }
</style>

background-color css

<style>
 a { background-color: #9B7A11; }

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

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

border-color css

<style>
 span { border-color: #9B7A11; }

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

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