#9F842D

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

Shades of Hacienda #9F842D

Tints of Hacienda #9F842D

Color information

#9F842D (or 0x9F842D) is unknown color: approx Hacienda. HEX triplet: 9F, 84 and 2D. RGB value is (159,132,45). Sum of RGB (Red+Green+Blue) = 159+132+45=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F842D is #607BD2. Grayscale: #828282. Windows color (decimal): -6323155 or 2983071. OLE color: 2983071.

HSL color Cylindrical-coordinate representation of color #9F842D: hue angle of 45.79º 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 #9F842D is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15913245-
CMYK00.170.720.38
HSL45.79º55.88%40%-
HSV(B)45.79º71.7%62.35%-
XYZ23.0224.065.91-
YUV130.1679.95148.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=47.32%
G=39.29%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591324500.170.720.3845.7955.8840
Hex9F842D01148262e3828
Octal2372045502111046567050
Binary10011111100001001011010100011001000100110101110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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