#95712F

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

Shades of Buttered Rum #95712F

Tints of Buttered Rum #95712F

Color information

#95712F (or 0x95712F) is unknown color: approx Buttered Rum. HEX triplet: 95, 71 and 2F. RGB value is (149,113,47). Sum of RGB (Red+Green+Blue) = 149+113+47=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95712F is #6A8ED0. Grayscale: #747474. Windows color (decimal): -6983377 or 3109269. OLE color: 3109269.

HSL color Cylindrical-coordinate representation of color #95712F: hue angle of 38.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95712F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14911347-
CMYK00.240.680.42
HSL38.82º52.04%38.43%-
HSV(B)38.82º68.46%58.43%-
XYZ18.8118.415.25-
YUV116.2488.93151.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=48.22%
G=36.57%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491134700.240.680.4238.8252.0438.43
Hex95712F018442A273426
Octal2251615703010452476446
Binary1001010111100011011110110001000100101010100111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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