#997730

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

Shades of Buttered Rum #997730

Tints of Buttered Rum #997730

Color information

#997730 (or 0x997730) is unknown color: approx Buttered Rum. HEX triplet: 99, 77 and 30. RGB value is (153,119,48). Sum of RGB (Red+Green+Blue) = 153+119+48=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #997730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997730 is #6688CF. Grayscale: #797979. Windows color (decimal): -6719696 or 3176345. OLE color: 3176345.

HSL color Cylindrical-coordinate representation of color #997730: hue angle of 40.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #997730 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB15311948-
CMYK00.220.690.4
HSL40.57º52.24%39.41%-
HSV(B)40.57º68.63%60%-
XYZ20.2720.185.62-
YUV121.0786.76150.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 48 (19.14% from 255) = 15%
R=47.81%
G=37.19%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531194800.220.690.440.5752.2439.41
Hex9977300164528293427
Octal2311676002610550516447
Binary1001100111101111100000101101000101101000101001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997730; }

 p { color: rgb(153,119,48); }

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

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

 a { background-color: rgb(153,119,48); }

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

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

 span { border-color: rgb(153,119,48); }

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