#957A3E

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

Shades of Buttered Rum #957A3E

Tints of Buttered Rum #957A3E

Color information

#957A3E (or 0x957A3E) is unknown color: approx Buttered Rum. HEX triplet: 95, 7A and 3E. RGB value is (149,122,62). Sum of RGB (Red+Green+Blue) = 149+122+62=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A3E is #6A85C1. Grayscale: #7B7B7B. Windows color (decimal): -6981058 or 4094613. OLE color: 4094613.

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

Color convert

RGB14912262-
CMYK00.180.580.42
HSL41.38º41.23%41.37%-
HSV(B)41.38º58.39%58.43%-
XYZ20.2220.667.48-
YUV123.2393.45146.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=44.74%
G=36.64%
B=18.62%

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
Decimal1491226200.180.580.4241.3841.2341.37
Hex957A3E0123A2A292929
Octal225172760227252515151
Binary100101011111010111110010010111010101010101001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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