#A4723A

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

Shades of Buttered Rum #A4723A

Tints of Buttered Rum #A4723A

Color information

#A4723A (or 0xA4723A) is unknown color: approx Buttered Rum. HEX triplet: A4, 72 and 3A. RGB value is (164,114,58). Sum of RGB (Red+Green+Blue) = 164+114+58=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4723A is #5B8DC5. Grayscale: #7A7A7A. Windows color (decimal): -6000070 or 3830436. OLE color: 3830436.

HSL color Cylindrical-coordinate representation of color #A4723A: hue angle of 31.7º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4723A is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16411458-
CMYK00.300.650.36
HSL31.7º47.75%43.53%-
HSV(B)31.7º64.63%64.31%-
XYZ22.0920.236.74-
YUV122.5791.56157.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=48.81%
G=33.93%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641145800.300.650.3631.747.7543.53
HexA4723A01E412420302c
Octal2441627203610144406054
Binary1010010011100101110100111101000001100100100000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4723A; }

 p { color: rgb(164,114,58); }

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

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

 a { background-color: rgb(164,114,58); }

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

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

 span { border-color: rgb(164,114,58); }

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