#957330

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

Shades of Buttered Rum #957330

Tints of Buttered Rum #957330

Color information

#957330 (or 0x957330) is unknown color: approx Buttered Rum. HEX triplet: 95, 73 and 30. RGB value is (149,115,48). Sum of RGB (Red+Green+Blue) = 149+115+48=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #957330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957330 is #6A8CCF. Grayscale: #757575. Windows color (decimal): -6982864 or 3175317. OLE color: 3175317.

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

Color convert

RGB14911548-
CMYK00.230.680.42
HSL39.8º51.27%38.63%-
HSV(B)39.8º67.79%58.43%-
XYZ19.0618.865.43-
YUV117.5388.76150.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=47.76%
G=36.86%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491154800.230.680.4239.851.2738.63
Hex957330017442A283327
Octal2251636002710452506347
Binary1001010111100111100000101111000100101010101000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957330; }

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

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

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

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

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

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

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

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