#99772A

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

Shades of Buttered Rum #99772A

Tints of Buttered Rum #99772A

Color information

#99772A (or 0x99772A) is unknown color: approx Buttered Rum. HEX triplet: 99, 77 and 2A. RGB value is (153,119,42). Sum of RGB (Red+Green+Blue) = 153+119+42=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99772A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99772A is #6688D5. Grayscale: #787878. Windows color (decimal): -6719702 or 2783129. OLE color: 2783129.

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

Color convert

RGB15311942-
CMYK00.220.730.4
HSL41.62º56.92%38.24%-
HSV(B)41.62º72.55%60%-
XYZ20.1520.135.01-
YUV120.3983.76151.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=48.73%
G=37.90%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531194200.220.730.441.6256.9238.24
Hex99772A01649282a3926
Octal2311675202611150527146
Binary1001100111101111010100101101001001101000101010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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