#A3875F

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

Shades of Sorrell Brown #A3875F

Tints of Sorrell Brown #A3875F

Color information

#A3875F (or 0xA3875F) is unknown color: approx Sorrell Brown. HEX triplet: A3, 87 and 5F. RGB value is (163,135,95). Sum of RGB (Red+Green+Blue) = 163+135+95=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3875F is #5C78A0. Grayscale: #8A8A8A. Windows color (decimal): -6060193 or 6260643. OLE color: 6260643.

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

Color convert

RGB16313595-
CMYK00.170.420.36
HSL35.29º26.98%50.59%-
HSV(B)35.29º41.72%63.92%-
XYZ25.8325.9414.47-
YUV138.81103.28145.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=41.48%
G=34.35%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631359500.170.420.3635.2926.9850.59
HexA3875F0112A24231b33
Octal2432071370215244433363
Binary1010001110000111101111101000110101010010010001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3875F; }

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

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

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

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

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

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

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

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