#957C3B

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

Shades of Buttered Rum #957C3B

Tints of Buttered Rum #957C3B

Color information

#957C3B (or 0x957C3B) is unknown color: approx Buttered Rum. HEX triplet: 95, 7C and 3B. RGB value is (149,124,59). Sum of RGB (Red+Green+Blue) = 149+124+59=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #957C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C3B is #6A83C4. Grayscale: #7C7C7C. Windows color (decimal): -6980549 or 3898517. OLE color: 3898517.

HSL color Cylindrical-coordinate representation of color #957C3B: hue angle of 43.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #957C3B is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14912459-
CMYK00.170.600.42
HSL43.33º43.27%40.78%-
HSV(B)43.33º60.4%58.43%-
XYZ20.3921.127.14-
YUV124.0691.28145.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=44.88%
G=37.35%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491245900.170.600.4243.3343.2740.78
Hex957C3B0113C2A2b2b29
Octal225174730217452535351
Binary100101011111100111011010001111100101010101011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957C3B; }

 p { color: rgb(149,124,59); }

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

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

 a { background-color: rgb(149,124,59); }

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

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

 span { border-color: rgb(149,124,59); }

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