#957A3C

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

Shades of Buttered Rum #957A3C

Tints of Buttered Rum #957A3C

Color information

#957A3C (or 0x957A3C) is unknown color: approx Buttered Rum. HEX triplet: 95, 7A and 3C. RGB value is (149,122,60). Sum of RGB (Red+Green+Blue) = 149+122+60=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #957A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A3C is #6A85C3. Grayscale: #7B7B7B. Windows color (decimal): -6981060 or 3963541. OLE color: 3963541.

HSL color Cylindrical-coordinate representation of color #957A3C: hue angle of 41.8º 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 #957A3C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14912260-
CMYK00.180.600.42
HSL41.8º42.58%40.98%-
HSV(B)41.8º59.73%58.43%-
XYZ20.1720.637.19-
YUV12392.45146.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=45.02%
G=36.86%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491226000.180.600.4241.842.5840.98
Hex957A3C0123C2A2a2b29
Octal225172740227452525351
Binary100101011111010111100010010111100101010101010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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