#997230

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

Shades of Buttered Rum #997230

Tints of Buttered Rum #997230

Color information

#997230 (or 0x997230) is unknown color: approx Buttered Rum. HEX triplet: 99, 72 and 30. RGB value is (153,114,48). Sum of RGB (Red+Green+Blue) = 153+114+48=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #997230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997230 is #668DCF. Grayscale: #767676. Windows color (decimal): -6720976 or 3175065. OLE color: 3175065.

HSL color Cylindrical-coordinate representation of color #997230: hue angle of 37.71º 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 #997230 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB15311448-
CMYK00.250.690.4
HSL37.71º52.24%39.41%-
HSV(B)37.71º68.63%60%-
XYZ19.6919.025.43-
YUV118.1488.42152.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=48.57%
G=36.19%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531144800.250.690.437.7152.2439.41
Hex9972300194528263427
Octal2311626003110550466447
Binary1001100111100101100000110011000101101000100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997230; }

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

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

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

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

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

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

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

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