#A07935

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

Shades of Buttered Rum #A07935

Tints of Buttered Rum #A07935

Color information

#A07935 (or 0xA07935) is unknown color: approx Buttered Rum. HEX triplet: A0, 79 and 35. RGB value is (160,121,53). Sum of RGB (Red+Green+Blue) = 160+121+53=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A07935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07935 is #5F86CA. Grayscale: #7D7D7D. Windows color (decimal): -6260427 or 3504544. OLE color: 3504544.

HSL color Cylindrical-coordinate representation of color #A07935: hue angle of 38.13º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A07935 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB16012153-
CMYK00.240.670.37
HSL38.13º50.23%41.76%-
HSV(B)38.13º66.87%62.75%-
XYZ21.9821.416.34-
YUV124.9187.42153.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=47.90%
G=36.23%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601215300.240.670.3738.1350.2341.76
HexA07935018432526322a
Octal2401716503010345466252
Binary1010000011110011101010110001000011100101100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07935; }

 p { color: rgb(160,121,53); }

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

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

 a { background-color: rgb(160,121,53); }

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

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

 span { border-color: rgb(160,121,53); }

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