#99753A

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

Shades of Buttered Rum #99753A

Tints of Buttered Rum #99753A

Color information

#99753A (or 0x99753A) is unknown color: approx Buttered Rum. HEX triplet: 99, 75 and 3A. RGB value is (153,117,58). Sum of RGB (Red+Green+Blue) = 153+117+58=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99753A is #668AC5. Grayscale: #797979. Windows color (decimal): -6720198 or 3831193. OLE color: 3831193.

HSL color Cylindrical-coordinate representation of color #99753A: hue angle of 37.26º 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 #99753A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB15311758-
CMYK00.240.620.4
HSL37.26º45.02%41.37%-
HSV(B)37.26º62.09%60%-
XYZ20.2619.86.76-
YUV121.0492.43150.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=46.65%
G=35.67%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531175800.240.620.437.2645.0241.37
Hex99753A0183E28252d29
Octal231165720307650455551
Binary100110011110101111010011000111110101000100101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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