#a4815d

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

Shades of Sorrell Brown #A4815D

Tints of Sorrell Brown #A4815D

Color information

#A4815D (or 0xA4815D) is unknown color: approx Sorrell Brown. HEX triplet: A4, 81 and 5D. RGB value is (164,129,93). Sum of RGB (Red+Green+Blue) = 164+129+93=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4815D is #5B7EA2. Grayscale: #878787. Windows color (decimal): -5996195 or 6128036. OLE color: 6128036.

HSL color Cylindrical-coordinate representation of color #A4815D: hue angle of 30.42º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4815D is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16412993-
CMYK00.210.430.36
HSL30.42º28.06%50.39%-
HSV(B)30.42º43.29%64.31%-
XYZ25.1424.3813.74-
YUV135.36104.1148.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=42.49%
G=33.42%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641299300.210.430.3630.4228.0650.39
HexA4815D0152B241e1c32
Octal2442011350255344363462
Binary101001001000000110111010101011010111001001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4815d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4815d; }

 p { color: rgb(164,129,93); }

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

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

 a { background-color: rgb(164,129,93); }

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

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

 span { border-color: rgb(164,129,93); }

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