Html Css Color HEX #9B7A09 Hacienda

📋 copy color: '#9B7A09'

red 155 ◦ green 122 ◦ blue 9

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

Shades of Hacienda #9B7A09

Tints of Hacienda #9B7A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.15%

R = 54.2%
G = 42.66%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B7A09 (or 0x9B7A09) is known color: Hacienda. HEX triplet: 9B, 7A and 09. RGB value is (155,122,9). Sum of RGB (Red+Green+Blue) = 155+122+9=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7A09 is #6485F6. Grayscale: #777777. Windows color (decimal): -6587895 or 621211. OLE color: 621211.

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

Color convert

RGB 155 122 9 -
CMYK 0 0.21 0.94 0.39
HSL 46.44º 0.89% 0.32% -
HSV(B) 46.44º 0.94% 0.61% -
XYZ 20.53 20.91 3.21 -
YUV 118.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 155 122 9 0 0.21 0.94 0.39 46.44 0.89 0.32
Hex 9B 7A 9 0 15 5E 27 2E 59 20
Octal 233 172 11 0 25 136 47 56 131 40
Binary 10011011 1111010 1001 0 10101 1011110 100111 101110 1011001 100000

Color Harmonies of #9B7A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A09

Black with #9B7A09

Text Example


Text Example

White with #9B7A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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