#A38363

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

Shades of Sorrell Brown #A38363

Tints of Sorrell Brown #A38363

Color information

#A38363 (or 0xA38363) is unknown color: approx Sorrell Brown. HEX triplet: A3, 83 and 63. RGB value is (163,131,99). Sum of RGB (Red+Green+Blue) = 163+131+99=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38363 is #5C7C9C. Grayscale: #898989. Windows color (decimal): -6061213 or 6521763. OLE color: 6521763.

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

Color convert

RGB16313199-
CMYK00.200.390.36
HSL30º25.81%51.37%-
HSV(B)30º39.26%63.92%-
XYZ25.4724.9215.27-
YUV136.92106.6146.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=41.48%
G=33.33%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631319900.200.390.363025.8151.37
HexA3836301427241e1a33
Octal2432031430244744363263
Binary101000111000001111000110101001001111001001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38363; }

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

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

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

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

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

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

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

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