Html Css Color HEX #9B7B1F Hacienda

📋 copy color: '#9B7B1F'

red 155 ◦ green 123 ◦ blue 31

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

Shades of Hacienda #9B7B1F

Tints of Hacienda #9B7B1F

RGB

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

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

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

R = 50.16%
G = 39.81%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B7B1F (or 0x9B7B1F) is known color: Hacienda. HEX triplet: 9B, 7B and 1F. RGB value is (155,123,31). Sum of RGB (Red+Green+Blue) = 155+123+31=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B1F is #6484E0. Grayscale: #7A7A7A. Windows color (decimal): -6587617 or 2063259. OLE color: 2063259.

HSL color Cylindrical-coordinate representation of color #9B7B1F: hue angle of 44.52º 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 #9B7B1F is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 123 31 -
CMYK 0 0.21 0.8 0.39
HSL 44.52º 0.67% 0.36% -
HSV(B) 44.52º 0.8% 0.61% -
XYZ 20.85 21.23 4.3 -
YUV 122.08 76.6 151.48 -
System Red Green Blue C M Y K H S L
Decimal 155 123 31 0 0.21 0.8 0.39 44.52 0.67 0.36
Hex 9B 7B 1F 0 15 50 27 2D 43 24
Octal 233 173 37 0 25 120 47 55 103 44
Binary 10011011 1111011 11111 0 10101 1010000 100111 101101 1000011 100100

Color Harmonies of #9B7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B1F

Black with #9B7B1F

Text Example


Text Example

White with #9B7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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