#99732B

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

Shades of Buttered Rum #99732B

Tints of Buttered Rum #99732B

Color information

#99732B (or 0x99732B) is unknown color: approx Buttered Rum. HEX triplet: 99, 73 and 2B. RGB value is (153,115,43). Sum of RGB (Red+Green+Blue) = 153+115+43=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99732B is #668CD4. Grayscale: #767676. Windows color (decimal): -6720725 or 2847641. OLE color: 2847641.

HSL color Cylindrical-coordinate representation of color #99732B: hue angle of 39.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99732B is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB15311543-
CMYK00.250.720.4
HSL39.27º56.12%38.43%-
HSV(B)39.27º71.9%60%-
XYZ19.719.214.95-
YUV118.1585.59152.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=49.20%
G=36.98%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531154300.250.720.439.2756.1238.43
Hex99732B0194828273826
Octal2311635303111050477046
Binary1001100111100111010110110011001000101000100111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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