#957A3F

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

Shades of Buttered Rum #957A3F

Tints of Buttered Rum #957A3F

Color information

#957A3F (or 0x957A3F) is unknown color: approx Buttered Rum. HEX triplet: 95, 7A and 3F. RGB value is (149,122,63). Sum of RGB (Red+Green+Blue) = 149+122+63=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A3F is #6A85C0. Grayscale: #7B7B7B. Windows color (decimal): -6981057 or 4160149. OLE color: 4160149.

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

Color convert

RGB14912263-
CMYK00.180.580.42
HSL41.16º40.57%41.57%-
HSV(B)41.16º57.72%58.43%-
XYZ20.2520.677.62-
YUV123.3593.95146.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 63 (25% from 255) = 18.86%
R=44.61%
G=36.53%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491226300.180.580.4241.1640.5741.57
Hex957A3F0123A2A29292a
Octal225172770227252515152
Binary100101011111010111111010010111010101010101001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,122,63); }

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

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

 a { background-color: rgb(149,122,63); }

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

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

 span { border-color: rgb(149,122,63); }

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