#95783C

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

Shades of Buttered Rum #95783C

Tints of Buttered Rum #95783C

Color information

#95783C (or 0x95783C) is unknown color: approx Buttered Rum. HEX triplet: 95, 78 and 3C. RGB value is (149,120,60). Sum of RGB (Red+Green+Blue) = 149+120+60=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95783C is #6A87C3. Grayscale: #7A7A7A. Windows color (decimal): -6981572 or 3963029. OLE color: 3963029.

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

Color convert

RGB14912060-
CMYK00.190.600.42
HSL40.45º42.58%40.98%-
HSV(B)40.45º59.73%58.43%-
XYZ19.9320.157.11-
YUV121.8393.11147.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=45.29%
G=36.47%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491206000.190.600.4240.4542.5840.98
Hex95783C0133C2A282b29
Octal225170740237452505351
Binary100101011111000111100010011111100101010101000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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