#956E2A

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

Shades of Buttered Rum #956E2A

Tints of Buttered Rum #956E2A

Color information

#956E2A (or 0x956E2A) is unknown color: approx Buttered Rum. HEX triplet: 95, 6E and 2A. RGB value is (149,110,42). Sum of RGB (Red+Green+Blue) = 149+110+42=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #956E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E2A is #6A91D5. Grayscale: #727272. Windows color (decimal): -6984150 or 2780821. OLE color: 2780821.

HSL color Cylindrical-coordinate representation of color #956E2A: hue angle of 38.13º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #956E2A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14911042-
CMYK00.260.720.42
HSL38.13º56.02%37.45%-
HSV(B)38.13º71.81%58.43%-
XYZ18.3917.714.64-
YUV113.9187.42153.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=49.50%
G=36.54%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491104200.260.720.4238.1356.0237.45
Hex956E2A01A482A263825
Octal2251565203211052467045
Binary1001010111011101010100110101001000101010100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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