#A3815C

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

Shades of Sorrell Brown #A3815C

Tints of Sorrell Brown #A3815C

Color information

#A3815C (or 0xA3815C) is unknown color: approx Sorrell Brown. HEX triplet: A3, 81 and 5C. RGB value is (163,129,92). Sum of RGB (Red+Green+Blue) = 163+129+92=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A3815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3815C is #5C7EA3. Grayscale: #878787. Windows color (decimal): -6061732 or 6062499. OLE color: 6062499.

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

Color convert

RGB16312992-
CMYK00.210.440.36
HSL31.27º27.84%50%-
HSV(B)31.27º43.56%63.92%-
XYZ24.8924.2613.5-
YUV134.95103.76148.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=42.45%
G=33.59%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631299200.210.440.3631.2727.8450
HexA3815C0152C241f1c32
Octal2432011340255444373462
Binary101000111000000110111000101011011001001001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3815C; }

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

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

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

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

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

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

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

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