#95723A

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

Shades of Buttered Rum #95723A

Tints of Buttered Rum #95723A

Color information

#95723A (or 0x95723A) is unknown color: approx Buttered Rum. HEX triplet: 95, 72 and 3A. RGB value is (149,114,58). Sum of RGB (Red+Green+Blue) = 149+114+58=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723A is #6A8DC5. Grayscale: #767676. Windows color (decimal): -6983110 or 3830421. OLE color: 3830421.

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

Color convert

RGB14911458-
CMYK00.230.610.42
HSL36.92º43.96%40.59%-
HSV(B)36.92º61.07%58.43%-
XYZ19.1818.736.61-
YUV118.0894.1150.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=46.42%
G=35.51%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491145800.230.610.4236.9243.9640.59
Hex95723A0173D2A252c29
Octal225162720277552455451
Binary100101011110010111010010111111101101010100101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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