#99733A

Color #99733A Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #99733A

Tints of Buttered Rum #99733A

Color information

#99733A (or 0x99733A) is unknown color: approx Buttered Rum. HEX triplet: 99, 73 and 3A. RGB value is (153,115,58). Sum of RGB (Red+Green+Blue) = 153+115+58=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99733A is #668CC5. Grayscale: #787878. Windows color (decimal): -6720710 or 3830681. OLE color: 3830681.

HSL color Cylindrical-coordinate representation of color #99733A: hue angle of 36º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99733A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB15311558-
CMYK00.250.620.4
HSL36º45.02%41.37%-
HSV(B)36º62.09%60%-
XYZ20.0319.346.68-
YUV119.8693.09151.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=46.93%
G=35.28%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531155800.250.620.43645.0241.37
Hex99733A0193E28242d29
Octal231163720317650445551
Binary100110011110011111010011001111110101000100100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99733A; }

 p { color: rgb(153,115,58); }

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

<style>
 a { background-color: #99733A; }

 a { background-color: rgb(153,115,58); }

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

<style>
 span { border-color: #99733A; }

 span { border-color: rgb(153,115,58); }

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