#946B2A

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

Shades of Buttered Rum #946B2A

Tints of Buttered Rum #946B2A

Color information

#946B2A (or 0x946B2A) is unknown color: approx Buttered Rum. HEX triplet: 94, 6B and 2A. RGB value is (148,107,42). Sum of RGB (Red+Green+Blue) = 148+107+42=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #946B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B2A is #6B94D5. Grayscale: #707070. Windows color (decimal): -7050454 or 2780052. OLE color: 2780052.

HSL color Cylindrical-coordinate representation of color #946B2A: hue angle of 36.79º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #946B2A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14810742-
CMYK00.280.720.42
HSL36.79º55.79%37.25%-
HSV(B)36.79º71.62%58.04%-
XYZ17.8916.984.52-
YUV111.8588.58153.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=49.83%
G=36.03%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481074200.280.720.4236.7955.7937.25
Hex946B2A01C482A253825
Octal2241535203411052457045
Binary1001010011010111010100111001001000101010100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B2A; }

 p { color: rgb(148,107,42); }

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

<style>
 a { background-color: #946B2A; }

 a { background-color: rgb(148,107,42); }

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

<style>
 span { border-color: #946B2A; }

 span { border-color: rgb(148,107,42); }

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