#99850B

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

Shades of Hacienda #99850B

Tints of Hacienda #99850B

Color information

#99850B (or 0x99850B) is unknown color: approx Hacienda. HEX triplet: 99, 85 and 0B. RGB value is (153,133,11). Sum of RGB (Red+Green+Blue) = 153+133+11=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99850B is #667AF4. Grayscale: #7D7D7D. Windows color (decimal): -6716149 or 755097. OLE color: 755097.

HSL color Cylindrical-coordinate representation of color #99850B: hue angle of 51.55º 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 #99850B is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB15313311-
CMYK00.130.930.4
HSL51.55º86.59%32.16%-
HSV(B)51.55º92.81%60%-
XYZ21.5823.573.73-
YUV125.0763.63147.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 11 (4.69% from 255) = 3.70%
R=51.52%
G=44.78%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531331100.130.930.451.5586.5932.16
Hex9985B0D5D28345720
Octal23120513015135506412740
Binary100110011000010110110110110111011010001101001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99850B; }

 p { color: rgb(153,133,11); }

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

<style>
 a { background-color: #99850B; }

 a { background-color: rgb(153,133,11); }

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

<style>
 span { border-color: #99850B; }

 span { border-color: rgb(153,133,11); }

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