#A56341

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

Shades of Desert #A56341

Tints of Desert #A56341

Color information

#A56341 (or 0xA56341) is unknown color: approx Desert. HEX triplet: A5, 63 and 41. RGB value is (165,99,65). Sum of RGB (Red+Green+Blue) = 165+99+65=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A56341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56341 is #5A9CBE. Grayscale: #737373. Windows color (decimal): -5938367 or 4285349. OLE color: 4285349.

HSL color Cylindrical-coordinate representation of color #A56341: hue angle of 20.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A56341 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1659965-
CMYK00.400.610.35
HSL20.4º43.48%45.1%-
HSV(B)20.4º60.61%64.71%-
XYZ20.9317.37.24-
YUV114.8699.87163.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=50.15%
G=30.09%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165996500.400.610.3520.443.4845.1
HexA563410283D23142b2d
Octal2451431010507543245355
Binary1010010111000111000001010100011110110001110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56341; }

 p { color: rgb(165,99,65); }

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

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

 a { background-color: rgb(165,99,65); }

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

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

 span { border-color: rgb(165,99,65); }

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