#A07335

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

Shades of Buttered Rum #A07335

Tints of Buttered Rum #A07335

Color information

#A07335 (or 0xA07335) is unknown color: approx Buttered Rum. HEX triplet: A0, 73 and 35. RGB value is (160,115,53). Sum of RGB (Red+Green+Blue) = 160+115+53=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A07335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07335 is #5F8CCA. Grayscale: #797979. Windows color (decimal): -6261963 or 3503008. OLE color: 3503008.

HSL color Cylindrical-coordinate representation of color #A07335: hue angle of 34.77º 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 #A07335 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB16011553-
CMYK00.280.670.37
HSL34.77º50.23%41.76%-
HSV(B)34.77º66.87%62.75%-
XYZ21.2719.996.11-
YUV121.3989.41155.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=48.78%
G=35.06%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601155300.280.670.3734.7750.2341.76
HexA0733501C432523322a
Octal2401636503410345436252
Binary1010000011100111101010111001000011100101100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07335; }

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

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

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

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

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

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

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

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