#95723B

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

Shades of Buttered Rum #95723B

Tints of Buttered Rum #95723B

Color information

#95723B (or 0x95723B) is unknown color: approx Buttered Rum. HEX triplet: 95, 72 and 3B. RGB value is (149,114,59). Sum of RGB (Red+Green+Blue) = 149+114+59=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723B is #6A8DC4. Grayscale: #767676. Windows color (decimal): -6983109 or 3895957. OLE color: 3895957.

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

Color convert

RGB14911459-
CMYK00.230.600.42
HSL36.67º43.27%40.78%-
HSV(B)36.67º60.4%58.43%-
XYZ19.218.746.74-
YUV118.294.6149.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=46.27%
G=35.40%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491145900.230.600.4236.6743.2740.78
Hex95723B0173C2A252b29
Octal225162730277452455351
Binary100101011110010111011010111111100101010100101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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