#997331

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

Shades of Buttered Rum #997331

Tints of Buttered Rum #997331

Color information

#997331 (or 0x997331) is unknown color: approx Buttered Rum. HEX triplet: 99, 73 and 31. RGB value is (153,115,49). Sum of RGB (Red+Green+Blue) = 153+115+49=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #997331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997331 is #668CCE. Grayscale: #777777. Windows color (decimal): -6720719 or 3240857. OLE color: 3240857.

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

Color convert

RGB15311549-
CMYK00.250.680.4
HSL38.08º51.49%39.61%-
HSV(B)38.08º67.97%60%-
XYZ19.8219.265.58-
YUV118.8488.59152.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=48.26%
G=36.28%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531154900.250.680.438.0851.4939.61
Hex9973310194428263328
Octal2311636103110450466350
Binary1001100111100111100010110011000100101000100110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997331; }

 p { color: rgb(153,115,49); }

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

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

 a { background-color: rgb(153,115,49); }

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

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

 span { border-color: rgb(153,115,49); }

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