#95723F

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

Shades of Buttered Rum #95723F

Tints of Buttered Rum #95723F

Color information

#95723F (or 0x95723F) is unknown color: approx Buttered Rum. HEX triplet: 95, 72 and 3F. RGB value is (149,114,63). Sum of RGB (Red+Green+Blue) = 149+114+63=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723F is #6A8DC0. Grayscale: #767676. Windows color (decimal): -6983105 or 4158101. OLE color: 4158101.

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

Color convert

RGB14911463-
CMYK00.230.580.42
HSL35.58º40.57%41.57%-
HSV(B)35.58º57.72%58.43%-
XYZ19.3118.787.31-
YUV118.6596.6149.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 63 (25% from 255) = 19.33%
R=45.71%
G=34.97%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491146300.230.580.4235.5840.5741.57
Hex95723F0173A2A24292a
Octal225162770277252445152
Binary100101011110010111111010111111010101010100100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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