#997A33

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

Shades of Buttered Rum #997A33

Tints of Buttered Rum #997A33

Color information

#997A33 (or 0x997A33) is unknown color: approx Buttered Rum. HEX triplet: 99, 7A and 33. RGB value is (153,122,51). Sum of RGB (Red+Green+Blue) = 153+122+51=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #997A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A33 is #6685CC. Grayscale: #7B7B7B. Windows color (decimal): -6718925 or 3373721. OLE color: 3373721.

HSL color Cylindrical-coordinate representation of color #997A33: hue angle of 41.76º 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 #997A33 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15312251-
CMYK00.200.670.4
HSL41.76º50%40%-
HSV(B)41.76º66.67%60%-
XYZ20.6920.936.08-
YUV123.1787.27149.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=46.93%
G=37.42%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531225100.200.670.441.765040
Hex997A3301443282a3228
Octal2311726302410350526250
Binary1001100111110101100110101001000011101000101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997A33; }

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

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

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

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

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

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

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

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