#95743A

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

Shades of Buttered Rum #95743A

Tints of Buttered Rum #95743A

Color information

#95743A (or 0x95743A) is unknown color: approx Buttered Rum. HEX triplet: 95, 74 and 3A. RGB value is (149,116,58). Sum of RGB (Red+Green+Blue) = 149+116+58=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95743A is #6A8BC5. Grayscale: #777777. Windows color (decimal): -6982598 or 3830933. OLE color: 3830933.

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

Color convert

RGB14911658-
CMYK00.220.610.42
HSL38.24º43.96%40.59%-
HSV(B)38.24º61.07%58.43%-
XYZ19.419.196.68-
YUV119.2693.43149.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=46.13%
G=35.91%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491165800.220.610.4238.2443.9640.59
Hex95743A0163D2A262c29
Octal225164720267552465451
Binary100101011110100111010010110111101101010100110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95743A; }

 p { color: rgb(149,116,58); }

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

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

 a { background-color: rgb(149,116,58); }

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

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

 span { border-color: rgb(149,116,58); }

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