#9F832D

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

Shades of Hacienda #9F832D

Tints of Hacienda #9F832D

Color information

#9F832D (or 0x9F832D) is unknown color: approx Hacienda. HEX triplet: 9F, 83 and 2D. RGB value is (159,131,45). Sum of RGB (Red+Green+Blue) = 159+131+45=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F832D is #607CD2. Grayscale: #818181. Windows color (decimal): -6323411 or 2982815. OLE color: 2982815.

HSL color Cylindrical-coordinate representation of color #9F832D: hue angle of 45.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F832D is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15913145-
CMYK00.180.720.38
HSL45.26º55.88%40%-
HSV(B)45.26º71.7%62.35%-
XYZ22.8923.795.87-
YUV129.5780.28148.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 45 (17.97% from 255) = 13.43%
R=47.46%
G=39.10%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591314500.180.720.3845.2655.8840
Hex9F832D01248262d3828
Octal2372035502211046557050
Binary10011111100000111011010100101001000100110101101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,45); }

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

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

 a { background-color: rgb(159,131,45); }

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

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

 span { border-color: rgb(159,131,45); }

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