#A38561

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

Shades of Sorrell Brown #A38561

Tints of Sorrell Brown #A38561

Color information

#A38561 (or 0xA38561) is unknown color: approx Sorrell Brown. HEX triplet: A3, 85 and 61. RGB value is (163,133,97). Sum of RGB (Red+Green+Blue) = 163+133+97=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38561 is #5C7A9E. Grayscale: #8A8A8A. Windows color (decimal): -6060703 or 6391203. OLE color: 6391203.

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

Color convert

RGB16313397-
CMYK00.180.400.36
HSL32.73º26.4%50.98%-
HSV(B)32.73º40.49%63.92%-
XYZ25.6525.4214.86-
YUV137.87104.94145.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=41.48%
G=33.84%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631339700.180.400.3632.7326.450.98
HexA385610122824211a33
Octal2432051410225044413263
Binary1010001110000101110000101001010100010010010000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38561; }

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

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

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

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

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

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

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

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