#A3631B

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

Shades of Golden Brown #A3631B

Tints of Golden Brown #A3631B

Color information

#A3631B (or 0xA3631B) is unknown color: approx Golden Brown. HEX triplet: A3, 63 and 1B. RGB value is (163,99,27). Sum of RGB (Red+Green+Blue) = 163+99+27=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3631B is #5C9CE4. Grayscale: #6E6E6E. Windows color (decimal): -6069477 or 1794979. OLE color: 1794979.

HSL color Cylindrical-coordinate representation of color #A3631B: hue angle of 31.76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3631B is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1639927-
CMYK00.390.830.36
HSL31.76º71.58%37.25%-
HSV(B)31.76º83.44%63.92%-
XYZ19.7616.793.24-
YUV109.9381.2165.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 27 (10.94% from 255) = 9.34%
R=56.40%
G=34.26%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163992700.390.830.3631.7671.5837.25
HexA3631B0275324204825
Octal24314333047123444011045
Binary10100011110001111011010011110100111001001000001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3631B; }

 p { color: rgb(163,99,27); }

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

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

 a { background-color: rgb(163,99,27); }

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

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

 span { border-color: rgb(163,99,27); }

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