#A38361

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

Shades of Sorrell Brown #A38361

Tints of Sorrell Brown #A38361

Color information

#A38361 (or 0xA38361) is unknown color: approx Sorrell Brown. HEX triplet: A3, 83 and 61. RGB value is (163,131,97). Sum of RGB (Red+Green+Blue) = 163+131+97=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A38361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38361 is #5C7C9E. Grayscale: #888888. Windows color (decimal): -6061215 or 6390691. OLE color: 6390691.

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

Color convert

RGB16313197-
CMYK00.200.400.36
HSL30.91º26.4%50.98%-
HSV(B)30.91º40.49%63.92%-
XYZ25.3824.8814.77-
YUV136.69105.6146.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=41.69%
G=33.50%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631319700.200.400.3630.9126.450.98
HexA3836101428241f1a33
Octal2432031410245044373263
Binary101000111000001111000010101001010001001001111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38361; }

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

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

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

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

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

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

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

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