#957233

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

Shades of Buttered Rum #957233

Tints of Buttered Rum #957233

Color information

#957233 (or 0x957233) is unknown color: approx Buttered Rum. HEX triplet: 95, 72 and 33. RGB value is (149,114,51). Sum of RGB (Red+Green+Blue) = 149+114+51=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957233 is #6A8DCC. Grayscale: #757575. Windows color (decimal): -6983117 or 3371669. OLE color: 3371669.

HSL color Cylindrical-coordinate representation of color #957233: hue angle of 38.57º 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 #957233 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14911451-
CMYK00.230.660.42
HSL38.57º49%39.22%-
HSV(B)38.57º65.77%58.43%-
XYZ19.0118.665.73-
YUV117.2890.6150.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=47.45%
G=36.31%
B=16.24%

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
Decimal1491145100.230.660.4238.574939.22
Hex957233017422A273127
Octal2251626302710252476147
Binary1001010111100101100110101111000010101010100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957233; }

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

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

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

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

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

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

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

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