#99733C

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

Shades of Buttered Rum #99733C

Tints of Buttered Rum #99733C

Color information

#99733C (or 0x99733C) is unknown color: approx Buttered Rum. HEX triplet: 99, 73 and 3C. RGB value is (153,115,60). Sum of RGB (Red+Green+Blue) = 153+115+60=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99733C is #668CC3. Grayscale: #787878. Windows color (decimal): -6720708 or 3961753. OLE color: 3961753.

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

Color convert

RGB15311560-
CMYK00.250.610.4
HSL35.48º43.66%41.76%-
HSV(B)35.48º60.78%60%-
XYZ20.0819.366.95-
YUV120.0994.09151.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=46.65%
G=35.06%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531156000.250.610.435.4843.6641.76
Hex99733C0193D28232c2a
Octal231163740317550435452
Binary100110011110011111100011001111101101000100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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