#95713A

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

Shades of Buttered Rum #95713A

Tints of Buttered Rum #95713A

Color information

#95713A (or 0x95713A) is unknown color: approx Buttered Rum. HEX triplet: 95, 71 and 3A. RGB value is (149,113,58). Sum of RGB (Red+Green+Blue) = 149+113+58=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95713A is #6A8EC5. Grayscale: #757575. Windows color (decimal): -6983366 or 3830165. OLE color: 3830165.

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

Color convert

RGB14911358-
CMYK00.240.610.42
HSL36.26º43.96%40.59%-
HSV(B)36.26º61.07%58.43%-
XYZ19.0618.516.57-
YUV117.4994.43150.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=46.56%
G=35.31%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491135800.240.610.4236.2643.9640.59
Hex95713A0183D2A242c29
Octal225161720307552445451
Binary100101011110001111010011000111101101010100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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