#95763B

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

Shades of Buttered Rum #95763B

Tints of Buttered Rum #95763B

Color information

#95763B (or 0x95763B) is unknown color: approx Buttered Rum. HEX triplet: 95, 76 and 3B. RGB value is (149,118,59). Sum of RGB (Red+Green+Blue) = 149+118+59=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95763B is #6A89C4. Grayscale: #787878. Windows color (decimal): -6982085 or 3896981. OLE color: 3896981.

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

Color convert

RGB14911859-
CMYK00.210.600.42
HSL39.33º43.27%40.78%-
HSV(B)39.33º60.4%58.43%-
XYZ19.6619.666.9-
YUV120.5493.27148.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=45.71%
G=36.20%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491185900.210.600.4239.3343.2740.78
Hex95763B0153C2A272b29
Octal225166730257452475351
Binary100101011110110111011010101111100101010100111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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