#95703C

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

Shades of Buttered Rum #95703C

Tints of Buttered Rum #95703C

Color information

#95703C (or 0x95703C) is unknown color: approx Buttered Rum. HEX triplet: 95, 70 and 3C. RGB value is (149,112,60). Sum of RGB (Red+Green+Blue) = 149+112+60=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95703C is #6A8FC3. Grayscale: #757575. Windows color (decimal): -6983620 or 3960981. OLE color: 3960981.

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

Color convert

RGB14911260-
CMYK00.250.600.42
HSL35.06º42.58%40.98%-
HSV(B)35.06º59.73%58.43%-
XYZ1918.36.81-
YUV117.1495.76150.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=46.42%
G=34.89%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491126000.250.600.4235.0642.5840.98
Hex95703C0193C2A232b29
Octal225160740317452435351
Binary100101011110000111100011001111100101010100011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95703C; }

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

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

<style>
 a { background-color: #95703C; }

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

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

<style>
 span { border-color: #95703C; }

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

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