#A07438

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

Shades of Buttered Rum #A07438

Tints of Buttered Rum #A07438

Color information

#A07438 (or 0xA07438) is unknown color: approx Buttered Rum. HEX triplet: A0, 74 and 38. RGB value is (160,116,56). Sum of RGB (Red+Green+Blue) = 160+116+56=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07438 is #5F8BC7. Grayscale: #7A7A7A. Windows color (decimal): -6261704 or 3699872. OLE color: 3699872.

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

Color convert

RGB16011656-
CMYK00.280.650.37
HSL34.62º48.15%42.35%-
HSV(B)34.62º65%62.75%-
XYZ21.4620.256.52-
YUV122.3290.58154.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=48.19%
G=34.94%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601165600.280.650.3734.6248.1542.35
HexA0743801C412523302a
Octal2401647003410145436052
Binary1010000011101001110000111001000001100101100011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07438; }

 p { color: rgb(160,116,56); }

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

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

 a { background-color: rgb(160,116,56); }

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

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

 span { border-color: rgb(160,116,56); }

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