Html Css Color HEX #A56341 Desert

📋 copy color: '#A56341'

red 165 ◦ green 99 ◦ blue 65

#A56341
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #A56341

Tints of Desert #A56341

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 value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A56341 (or 0xA56341) is known color: 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

RGB 165 99 65 -
CMYK 0 0.40 0.61 0.35
HSL 20.4º 0.43% 0.45% -
HSV(B) 20.4º 0.61% 0.65% -
XYZ 20.93 17.3 7.24 -
YUV 114.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 165 99 65 0 0.40 0.61 0.35 20.4 0.43 0.45
Hex A5 63 41 0 28 3D 23 14 2B 2D
Octal 245 143 101 0 50 75 43 24 53 55
Binary 10100101 1100011 1000001 0 101000 111101 100011 10100 101011 101101

Color Harmonies of #A56341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56341

Black with #A56341

Text Example


Text Example

White with #A56341

Text Example


Text Example

HTML Codes & Css Web 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>