#99732A

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

Shades of Buttered Rum #99732A

Tints of Buttered Rum #99732A

Color information

#99732A (or 0x99732A) is unknown color: approx Buttered Rum. HEX triplet: 99, 73 and 2A. RGB value is (153,115,42). Sum of RGB (Red+Green+Blue) = 153+115+42=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99732A is #668CD5. Grayscale: #767676. Windows color (decimal): -6720726 or 2782105. OLE color: 2782105.

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

Color convert

RGB15311542-
CMYK00.250.730.4
HSL39.46º56.92%38.24%-
HSV(B)39.46º72.55%60%-
XYZ19.6919.24.86-
YUV118.0485.09152.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=49.35%
G=37.10%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531154200.250.730.439.4656.9238.24
Hex99732A0194928273926
Octal2311635203111150477146
Binary1001100111100111010100110011001001101000100111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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