#9B821E

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

Shades of Hacienda #9B821E

Tints of Hacienda #9B821E

Color information

#9B821E (or 0x9B821E) is unknown color: approx Hacienda. HEX triplet: 9B, 82 and 1E. RGB value is (155,130,30). Sum of RGB (Red+Green+Blue) = 155+130+30=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B821E is #647DE1. Grayscale: #7E7E7E. Windows color (decimal): -6585826 or 1999515. OLE color: 1999515.

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

Color convert

RGB15513030-
CMYK00.160.810.39
HSL48º67.57%36.27%-
HSV(B)48º80.65%60.78%-
XYZ21.7323.034.53-
YUV126.0873.78148.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=49.21%
G=41.27%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551303000.160.810.394867.5736.27
Hex9B821E0105127304424
Octal23320236020121476010444
Binary10011011100000101111001000010100011001111100001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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