#9B7F1A

Color #9B7F1A Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9B7F1A

Tints of Hacienda #9B7F1A

Color information

#9B7F1A (or 0x9B7F1A) is unknown color: approx Hacienda. HEX triplet: 9B, 7F and 1A. RGB value is (155,127,26). Sum of RGB (Red+Green+Blue) = 155+127+26=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F1A is #6480E5. Grayscale: #7C7C7C. Windows color (decimal): -6586598 or 1736603. OLE color: 1736603.

HSL color Cylindrical-coordinate representation of color #9B7F1A: hue angle of 46.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B7F1A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB15512726-
CMYK00.180.830.39
HSL46.98º71.27%35.49%-
HSV(B)46.98º83.23%60.78%-
XYZ21.2922.224.14-
YUV123.8672.78150.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.32%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=50.32%
G=41.23%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551272600.180.830.3946.9871.2735.49
Hex9B7F1A01253272f4723
Octal23317732022123475710743
Binary1001101111111111101001001010100111001111011111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,26); }

 H1.HeaderClassName
 {
   color: #9B7F1A;
 }
 .AnyTagClassName
 {
   color: #9B7F1A;
 }
</style>
background-color css

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

 a { background-color: rgb(155,127,26); }

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

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

 span { border-color: rgb(155,127,26); }

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