#9B831E

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

Shades of Hacienda #9B831E

Tints of Hacienda #9B831E

Color information

#9B831E (or 0x9B831E) is unknown color: approx Hacienda. HEX triplet: 9B, 83 and 1E. RGB value is (155,131,30). Sum of RGB (Red+Green+Blue) = 155+131+30=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B831E is #647CE1. Grayscale: #7F7F7F. Windows color (decimal): -6585570 or 1999771. OLE color: 1999771.

HSL color Cylindrical-coordinate representation of color #9B831E: hue angle of 48.48º 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 #9B831E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB15513130-
CMYK00.150.810.39
HSL48.48º67.57%36.27%-
HSV(B)48.48º80.65%60.78%-
XYZ21.8723.294.57-
YUV126.6673.45148.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 30 (12.11% from 255) = 9.49%
R=49.05%
G=41.46%
B=9.49%

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
Decimal1551313000.150.810.3948.4867.5736.27
Hex9B831E0F5127304424
Octal23320336017121476010444
Binary1001101110000011111100111110100011001111100001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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