#95702D

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

Shades of Buttered Rum #95702D

Tints of Buttered Rum #95702D

Color information

#95702D (or 0x95702D) is unknown color: approx Buttered Rum. HEX triplet: 95, 70 and 2D. RGB value is (149,112,45). Sum of RGB (Red+Green+Blue) = 149+112+45=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95702D is #6A8FD2. Grayscale: #737373. Windows color (decimal): -6983635 or 2977941. OLE color: 2977941.

HSL color Cylindrical-coordinate representation of color #95702D: hue angle of 38.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95702D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14911245-
CMYK00.250.700.42
HSL38.65º53.61%38.04%-
HSV(B)38.65º69.8%58.43%-
XYZ18.6618.175.01-
YUV115.4288.26151.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=48.69%
G=36.60%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491124500.250.700.4238.6553.6138.04
Hex95702D019462A273626
Octal2251605503110652476646
Binary1001010111100001011010110011000110101010100111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95702D; }

 p { color: rgb(149,112,45); }

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

<style>
 a { background-color: #95702D; }

 a { background-color: rgb(149,112,45); }

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

<style>
 span { border-color: #95702D; }

 span { border-color: rgb(149,112,45); }

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