#9A830B

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

Shades of Hacienda #9A830B

Tints of Hacienda #9A830B

Color information

#9A830B (or 0x9A830B) is unknown color: approx Hacienda. HEX triplet: 9A, 83 and 0B. RGB value is (154,131,11). Sum of RGB (Red+Green+Blue) = 154+131+11=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A830B is #657CF4. Grayscale: #7C7C7C. Windows color (decimal): -6651125 or 754586. OLE color: 754586.

HSL color Cylindrical-coordinate representation of color #9A830B: hue angle of 50.35º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A830B is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB15413111-
CMYK00.150.930.40
HSL50.35º86.67%32.35%-
HSV(B)50.35º92.86%60.39%-
XYZ21.523.133.65-
YUV124.264.12149.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.03%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=52.03%
G=44.26%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541311100.150.930.4050.3586.6732.35
Hex9A83B0F5D28325720
Octal23220313017135506212740
Binary100110101000001110110111110111011010001100101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A830B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,131,11); }

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

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

 a { background-color: rgb(154,131,11); }

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

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

 span { border-color: rgb(154,131,11); }

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