#9B8015

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

Shades of Hacienda #9B8015

Tints of Hacienda #9B8015

Color information

#9B8015 (or 0x9B8015) is unknown color: approx Hacienda. HEX triplet: 9B, 80 and 15. RGB value is (155,128,21). Sum of RGB (Red+Green+Blue) = 155+128+21=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8015 is #647FEA. Grayscale: #7C7C7C. Windows color (decimal): -6586347 or 1409179. OLE color: 1409179.

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

Color convert

RGB15512821-
CMYK00.170.860.39
HSL47.91º76.14%34.51%-
HSV(B)47.91º86.45%60.78%-
XYZ21.3722.463.92-
YUV123.8869.95150.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=50.99%
G=42.11%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551282100.170.860.3947.9176.1434.51
Hex9B80150115627304c23
Octal23320025021126476011443
Binary10011011100000001010101000110101101001111100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,21); }

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

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

 a { background-color: rgb(155,128,21); }

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

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

 span { border-color: rgb(155,128,21); }

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