#997335

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

Shades of Buttered Rum #997335

Tints of Buttered Rum #997335

Color information

#997335 (or 0x997335) is unknown color: approx Buttered Rum. HEX triplet: 99, 73 and 35. RGB value is (153,115,53). Sum of RGB (Red+Green+Blue) = 153+115+53=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #997335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997335 is #668CCA. Grayscale: #777777. Windows color (decimal): -6720715 or 3503001. OLE color: 3503001.

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

Color convert

RGB15311553-
CMYK00.250.650.4
HSL37.2º48.54%40.39%-
HSV(B)37.2º65.36%60%-
XYZ19.9119.296.04-
YUV119.2990.59152.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=47.66%
G=35.83%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531155300.250.650.437.248.5440.39
Hex9973350194128253128
Octal2311636503110150456150
Binary1001100111100111101010110011000001101000100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997335; }

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

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

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

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

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

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

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

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