#99762A

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

Shades of Buttered Rum #99762A

Tints of Buttered Rum #99762A

Color information

#99762A (or 0x99762A) is unknown color: approx Buttered Rum. HEX triplet: 99, 76 and 2A. RGB value is (153,118,42). Sum of RGB (Red+Green+Blue) = 153+118+42=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99762A is #6689D5. Grayscale: #787878. Windows color (decimal): -6719958 or 2782873. OLE color: 2782873.

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

Color convert

RGB15311842-
CMYK00.230.730.4
HSL41.08º56.92%38.24%-
HSV(B)41.08º72.55%60%-
XYZ20.0319.94.98-
YUV119.884.1151.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=48.88%
G=37.70%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531184200.230.730.441.0856.9238.24
Hex99762A0174928293926
Octal2311665202711150517146
Binary1001100111101101010100101111001001101000101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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