#9B841E

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

Shades of Hacienda #9B841E

Tints of Hacienda #9B841E

Color information

#9B841E (or 0x9B841E) is unknown color: approx Hacienda. HEX triplet: 9B, 84 and 1E. RGB value is (155,132,30). Sum of RGB (Red+Green+Blue) = 155+132+30=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B841E is #647BE1. Grayscale: #7F7F7F. Windows color (decimal): -6585314 or 2000027. OLE color: 2000027.

HSL color Cylindrical-coordinate representation of color #9B841E: hue angle of 48.96º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B841E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB15513230-
CMYK00.150.810.39
HSL48.96º67.57%36.27%-
HSV(B)48.96º80.65%60.78%-
XYZ2223.564.62-
YUV127.2573.12147.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=48.90%
G=41.64%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551323000.150.810.3948.9667.5736.27
Hex9B841E0F5127314424
Octal23320436017121476110444
Binary1001101110000100111100111110100011001111100011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,30); }

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

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

 a { background-color: rgb(155,132,30); }

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

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

 span { border-color: rgb(155,132,30); }

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