#95773B

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

Shades of Buttered Rum #95773B

Tints of Buttered Rum #95773B

Color information

#95773B (or 0x95773B) is unknown color: approx Buttered Rum. HEX triplet: 95, 77 and 3B. RGB value is (149,119,59). Sum of RGB (Red+Green+Blue) = 149+119+59=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95773B is #6A88C4. Grayscale: #797979. Windows color (decimal): -6981829 or 3897237. OLE color: 3897237.

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

Color convert

RGB14911959-
CMYK00.200.600.42
HSL40º43.27%40.78%-
HSV(B)40º60.4%58.43%-
XYZ19.7819.96.94-
YUV121.1392.94147.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 59 (23.44% from 255) = 18.04%
R=45.57%
G=36.39%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491195900.200.600.424043.2740.78
Hex95773B0143C2A282b29
Octal225167730247452505351
Binary100101011110111111011010100111100101010101000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95773B; }

 p { color: rgb(149,119,59); }

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

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

 a { background-color: rgb(149,119,59); }

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

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

 span { border-color: rgb(149,119,59); }

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