#95703A

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

Shades of Buttered Rum #95703A

Tints of Buttered Rum #95703A

Color information

#95703A (or 0x95703A) is unknown color: approx Buttered Rum. HEX triplet: 95, 70 and 3A. RGB value is (149,112,58). Sum of RGB (Red+Green+Blue) = 149+112+58=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #95703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95703A is #6A8FC5. Grayscale: #757575. Windows color (decimal): -6983622 or 3829909. OLE color: 3829909.

HSL color Cylindrical-coordinate representation of color #95703A: hue angle of 35.6º 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 #95703A is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14911258-
CMYK00.250.610.42
HSL35.6º43.96%40.59%-
HSV(B)35.6º61.07%58.43%-
XYZ18.9518.286.53-
YUV116.9194.76150.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=46.71%
G=35.11%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491125800.250.610.4235.643.9640.59
Hex95703A0193D2A242c29
Octal225160720317552445451
Binary100101011110000111010011001111101101010100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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