#A3815F

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

Shades of Sorrell Brown #A3815F

Tints of Sorrell Brown #A3815F

Color information

#A3815F (or 0xA3815F) is unknown color: approx Sorrell Brown. HEX triplet: A3, 81 and 5F. RGB value is (163,129,95). Sum of RGB (Red+Green+Blue) = 163+129+95=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3815F is #5C7EA0. Grayscale: #878787. Windows color (decimal): -6061729 or 6259107. OLE color: 6259107.

HSL color Cylindrical-coordinate representation of color #A3815F: hue angle of 30º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3815F is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16312995-
CMYK00.210.420.36
HSL30º26.98%50.59%-
HSV(B)30º41.72%63.92%-
XYZ25.0224.3114.2-
YUV135.29105.26147.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=42.12%
G=33.33%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631299500.210.420.363026.9850.59
HexA3815F0152A241e1b33
Octal2432011370255244363363
Binary101000111000000110111110101011010101001001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3815F; }

 p { color: rgb(163,129,95); }

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

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

 a { background-color: rgb(163,129,95); }

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

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

 span { border-color: rgb(163,129,95); }

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