#99801B

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

Shades of Hacienda #99801B

Tints of Hacienda #99801B

Color information

#99801B (or 0x99801B) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 1B. RGB value is (153,128,27). Sum of RGB (Red+Green+Blue) = 153+128+27=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #99801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99801B is #667FE4. Grayscale: #7C7C7C. Windows color (decimal): -6717413 or 1802393. OLE color: 1802393.

HSL color Cylindrical-coordinate representation of color #99801B: hue angle of 48.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99801B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB15312827-
CMYK00.160.820.4
HSL48.1º70%35.29%-
HSV(B)48.1º82.35%60%-
XYZ21.0522.294.23-
YUV123.9673.28148.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 27 (10.94% from 255) = 8.77%
R=49.68%
G=41.56%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531282700.160.820.448.17035.29
Hex99801B0105228304623
Octal23120033020122506010643
Binary10011001100000001101101000010100101010001100001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99801B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,128,27); }

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

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

 a { background-color: rgb(153,128,27); }

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

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

 span { border-color: rgb(153,128,27); }

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