Html Css Color HEX #9B771F Hacienda

📋 copy color: '#9B771F'

red 155 ◦ green 119 ◦ blue 31

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

Shades of Hacienda #9B771F

Tints of Hacienda #9B771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 50.82%
G = 39.02%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B771F (or 0x9B771F) is known color: Hacienda. HEX triplet: 9B, 77 and 1F. RGB value is (155,119,31). Sum of RGB (Red+Green+Blue) = 155+119+31=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B771F is #6488E0. Grayscale: #787878. Windows color (decimal): -6588641 or 2062235. OLE color: 2062235.

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

Color convert

RGB 155 119 31 -
CMYK 0 0.23 0.8 0.39
HSL 42.58º 0.67% 0.36% -
HSV(B) 42.58º 0.8% 0.61% -
XYZ 20.36 20.26 4.13 -
YUV 119.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 155 119 31 0 0.23 0.8 0.39 42.58 0.67 0.36
Hex 9B 77 1F 0 17 50 27 2B 43 24
Octal 233 167 37 0 27 120 47 53 103 44
Binary 10011011 1110111 11111 0 10111 1010000 100111 101011 1000011 100100

Color Harmonies of #9B771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B771F

Black with #9B771F

Text Example


Text Example

White with #9B771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,31); }

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

background-color css

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

 a { background-color: rgb(155,119,31); }

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

border-color css

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

 span { border-color: rgb(155,119,31); }

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