#A3720B

Color #A3720B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A3720B

Tints of Golden Brown #A3720B

Color information

#A3720B (or 0xA3720B) is unknown color: approx Golden Brown. HEX triplet: A3, 72 and 0B. RGB value is (163,114,11). Sum of RGB (Red+Green+Blue) = 163+114+11=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3720B is #5C8DF4. Grayscale: #757575. Windows color (decimal): -6065653 or 750243. OLE color: 750243.

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

Color convert

RGB16311411-
CMYK00.300.930.36
HSL40.66º87.36%34.12%-
HSV(B)40.66º93.25%63.92%-
XYZ21.1819.853.03-
YUV116.9168.23160.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.60%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 11 (4.69% from 255) = 3.82%
R=56.60%
G=39.58%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631141100.300.930.3640.6687.3634.12
HexA372B01E5D24295722
Octal24316213036135445112742
Binary101000111110010101101111010111011001001010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3720B; }

 p { color: rgb(163,114,11); }

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

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

 a { background-color: rgb(163,114,11); }

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

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

 span { border-color: rgb(163,114,11); }

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