#A38260

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

Shades of Sorrell Brown #A38260

Tints of Sorrell Brown #A38260

Color information

#A38260 (or 0xA38260) is unknown color: approx Sorrell Brown. HEX triplet: A3, 82 and 60. RGB value is (163,130,96). Sum of RGB (Red+Green+Blue) = 163+130+96=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A38260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38260 is #5C7D9F. Grayscale: #888888. Windows color (decimal): -6061472 or 6324899. OLE color: 6324899.

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

Color convert

RGB16313096-
CMYK00.200.410.36
HSL30.45º26.69%50.78%-
HSV(B)30.45º41.1%63.92%-
XYZ25.224.614.49-
YUV135.99105.43147.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=41.90%
G=33.42%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631309600.200.410.3630.4526.6950.78
HexA3826001429241e1b33
Octal2432021400245144363363
Binary101000111000001011000000101001010011001001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38260; }

 p { color: rgb(163,130,96); }

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

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

 a { background-color: rgb(163,130,96); }

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

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

 span { border-color: rgb(163,130,96); }

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