#A0783E

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

Shades of Buttered Rum #A0783E

Tints of Buttered Rum #A0783E

Color information

#A0783E (or 0xA0783E) is unknown color: approx Buttered Rum. HEX triplet: A0, 78 and 3E. RGB value is (160,120,62). Sum of RGB (Red+Green+Blue) = 160+120+62=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0783E is #5F87C1. Grayscale: #7D7D7D. Windows color (decimal): -6260674 or 4094112. OLE color: 4094112.

HSL color Cylindrical-coordinate representation of color #A0783E: hue angle of 35.51º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0783E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16012062-
CMYK00.250.610.37
HSL35.51º44.14%43.53%-
HSV(B)35.51º61.25%62.75%-
XYZ22.0821.257.5-
YUV125.3592.25152.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=46.78%
G=35.09%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601206200.250.610.3735.5144.1443.53
HexA0783E0193D25242c2c
Octal240170760317545445454
Binary101000001111000111110011001111101100101100100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0783E; }

 p { color: rgb(160,120,62); }

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

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

 a { background-color: rgb(160,120,62); }

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

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

 span { border-color: rgb(160,120,62); }

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