#997133

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

Shades of Buttered Rum #997133

Tints of Buttered Rum #997133

Color information

#997133 (or 0x997133) is unknown color: approx Buttered Rum. HEX triplet: 99, 71 and 33. RGB value is (153,113,51). Sum of RGB (Red+Green+Blue) = 153+113+51=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #997133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997133 is #668ECC. Grayscale: #767676. Windows color (decimal): -6721229 or 3371417. OLE color: 3371417.

HSL color Cylindrical-coordinate representation of color #997133: hue angle of 36.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #997133 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15311351-
CMYK00.260.670.4
HSL36.47º50%40%-
HSV(B)36.47º66.67%60%-
XYZ19.6418.825.73-
YUV117.8990.25153.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=48.26%
G=35.65%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531135100.260.670.436.475040
Hex99713301A4328243228
Octal2311616303210350446250
Binary1001100111100011100110110101000011101000100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997133; }

 p { color: rgb(153,113,51); }

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

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

 a { background-color: rgb(153,113,51); }

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

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

 span { border-color: rgb(153,113,51); }

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