#A38360

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

Shades of Sorrell Brown #A38360

Tints of Sorrell Brown #A38360

Color information

#A38360 (or 0xA38360) is unknown color: approx Sorrell Brown. HEX triplet: A3, 83 and 60. RGB value is (163,131,96). Sum of RGB (Red+Green+Blue) = 163+131+96=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A38360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38360 is #5C7C9F. Grayscale: #888888. Windows color (decimal): -6061216 or 6325155. OLE color: 6325155.

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

Color convert

RGB16313196-
CMYK00.200.410.36
HSL31.34º26.69%50.78%-
HSV(B)31.34º41.1%63.92%-
XYZ25.3324.8614.53-
YUV136.58105.1146.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=41.79%
G=33.59%
B=24.62%

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
Decimal1631319600.200.410.3631.3426.6950.78
HexA3836001429241f1b33
Octal2432031400245144373363
Binary101000111000001111000000101001010011001001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38360; }

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

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

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

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

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

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

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

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