#95783F

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

Shades of Buttered Rum #95783F

Tints of Buttered Rum #95783F

Color information

#95783F (or 0x95783F) is unknown color: approx Buttered Rum. HEX triplet: 95, 78 and 3F. RGB value is (149,120,63). Sum of RGB (Red+Green+Blue) = 149+120+63=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95783F is #6A87C0. Grayscale: #7A7A7A. Windows color (decimal): -6981569 or 4159637. OLE color: 4159637.

HSL color Cylindrical-coordinate representation of color #95783F: hue angle of 39.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95783F is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB14912063-
CMYK00.190.580.42
HSL39.77º40.57%41.57%-
HSV(B)39.77º57.72%58.43%-
XYZ20.0120.187.54-
YUV122.1794.61147.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 63 (25% from 255) = 18.98%
R=44.88%
G=36.14%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491206300.190.580.4239.7740.5741.57
Hex95783F0133A2A28292a
Octal225170770237252505152
Binary100101011111000111111010011111010101010101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95783F; }

 p { color: rgb(149,120,63); }

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

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

 a { background-color: rgb(149,120,63); }

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

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

 span { border-color: rgb(149,120,63); }

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