#957333

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

Shades of Buttered Rum #957333

Tints of Buttered Rum #957333

Color information

#957333 (or 0x957333) is unknown color: approx Buttered Rum. HEX triplet: 95, 73 and 33. RGB value is (149,115,51). Sum of RGB (Red+Green+Blue) = 149+115+51=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957333 is #6A8CCC. Grayscale: #767676. Windows color (decimal): -6982861 or 3371925. OLE color: 3371925.

HSL color Cylindrical-coordinate representation of color #957333: hue angle of 39.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #957333 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14911551-
CMYK00.230.660.42
HSL39.18º49%39.22%-
HSV(B)39.18º65.77%58.43%-
XYZ19.1218.895.77-
YUV117.8790.26150.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=47.30%
G=36.51%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491155100.230.660.4239.184939.22
Hex957333017422A273127
Octal2251636302710252476147
Binary1001010111100111100110101111000010101010100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957333; }

 p { color: rgb(149,115,51); }

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

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

 a { background-color: rgb(149,115,51); }

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

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

 span { border-color: rgb(149,115,51); }

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