#997225

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

Shades of Buttered Rum #997225

Tints of Buttered Rum #997225

Color information

#997225 (or 0x997225) is unknown color: approx Buttered Rum. HEX triplet: 99, 72 and 25. RGB value is (153,114,37). Sum of RGB (Red+Green+Blue) = 153+114+37=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #997225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997225 is #668DDA. Grayscale: #757575. Windows color (decimal): -6720987 or 2454169. OLE color: 2454169.

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

Color convert

RGB15311437-
CMYK00.250.760.4
HSL39.83º61.05%37.25%-
HSV(B)39.83º75.82%60%-
XYZ19.4918.944.38-
YUV116.8882.92153.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=50.33%
G=37.5%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531143700.250.760.439.8361.0537.25
Hex9972250194C28283d25
Octal2311624503111450507545
Binary1001100111100101001010110011001100101000101000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997225; }

 p { color: rgb(153,114,37); }

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

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

 a { background-color: rgb(153,114,37); }

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

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

 span { border-color: rgb(153,114,37); }

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