#956E2D

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

Shades of Buttered Rum #956E2D

Tints of Buttered Rum #956E2D

Color information

#956E2D (or 0x956E2D) is unknown color: approx Buttered Rum. HEX triplet: 95, 6E and 2D. RGB value is (149,110,45). Sum of RGB (Red+Green+Blue) = 149+110+45=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #956E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E2D is #6A91D2. Grayscale: #727272. Windows color (decimal): -6984147 or 2977429. OLE color: 2977429.

HSL color Cylindrical-coordinate representation of color #956E2D: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #956E2D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14911045-
CMYK00.260.700.42
HSL37.5º53.61%38.04%-
HSV(B)37.5º69.8%58.43%-
XYZ18.4417.734.93-
YUV114.2588.92152.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=49.01%
G=36.18%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491104500.260.700.4237.553.6138.04
Hex956E2D01A462A263626
Octal2251565503210652466646
Binary1001010111011101011010110101000110101010100110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956E2D; }

 p { color: rgb(149,110,45); }

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

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

 a { background-color: rgb(149,110,45); }

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

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

 span { border-color: rgb(149,110,45); }

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