#9b8029

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

Shades of Hacienda #9B8029

Tints of Hacienda #9B8029

Color information

#9B8029 (or 0x9B8029) is unknown color: approx Hacienda. HEX triplet: 9B, 80 and 29. RGB value is (155,128,41). Sum of RGB (Red+Green+Blue) = 155+128+41=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8029 is #647FD6. Grayscale: #7E7E7E. Windows color (decimal): -6586327 or 2719899. OLE color: 2719899.

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

Color convert

RGB15512841-
CMYK00.170.740.39
HSL45.79º58.16%38.43%-
HSV(B)45.79º73.55%60.78%-
XYZ21.6422.575.31-
YUV126.1679.95148.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 41 (16.41% from 255) = 12.65%
R=47.84%
G=39.51%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551284100.170.740.3945.7958.1638.43
Hex9B80290114A272e3a26
Octal2332005102111247567246
Binary10011011100000001010010100011001010100111101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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