#A3301B

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

Shades of Brown #A3301B

Tints of Brown #A3301B

Color information

#A3301B (or 0xA3301B) is unknown color: approx Brown. HEX triplet: A3, 30 and 1B. RGB value is (163,48,27). Sum of RGB (Red+Green+Blue) = 163+48+27=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A3301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3301B is #5CCFE4. Grayscale: #505050. Windows color (decimal): -6082533 or 1781923. OLE color: 1781923.

HSL color Cylindrical-coordinate representation of color #A3301B: hue angle of 9.26º 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 #A3301B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1634827-
CMYK00.710.830.36
HSL9.26º71.58%37.25%-
HSV(B)9.26º83.44%63.92%-
XYZ16.369.982.1-
YUV79.9998.1187.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.49%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=68.49%
G=20.17%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163482700.710.830.369.2671.5837.25
HexA3301B047532494825
Octal24360330107123441111045
Binary101000111100001101101000111101001110010010011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3301B; }

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

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

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

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

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

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

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

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