Html Css Color HEX #A56541 Desert

📋 copy color: '#A56541'

red 165 ◦ green 101 ◦ blue 65

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

Shades of Desert #A56541

Tints of Desert #A56541

RGB

 RED value IS 165 (64.84% from 255) = 49.85%

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 49.85%
G = 30.51%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A56541 (or 0xA56541) is known color: Desert. HEX triplet: A5, 65 and 41. RGB value is (165,101,65). Sum of RGB (Red+Green+Blue) = 165+101+65=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A56541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56541 is #5A9ABE. Grayscale: #747474. Windows color (decimal): -5937855 or 4285861. OLE color: 4285861.

HSL color Cylindrical-coordinate representation of color #A56541: hue angle of 21.6º 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 #A56541 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 65 -
CMYK 0 0.39 0.61 0.35
HSL 21.6º 0.43% 0.45% -
HSV(B) 21.6º 0.61% 0.65% -
XYZ 21.12 17.69 7.3 -
YUV 116.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 165 101 65 0 0.39 0.61 0.35 21.6 0.43 0.45
Hex A5 65 41 0 27 3D 23 16 2B 2D
Octal 245 145 101 0 47 75 43 26 53 55
Binary 10100101 1100101 1000001 0 100111 111101 100011 10110 101011 101101

Color Harmonies of #A56541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56541

Black with #A56541

Text Example


Text Example

White with #A56541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56541; }

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

 H1.HeaderClassName
 {
   color: #A56541;
 }
 .AnyTagClassName
 {
   color: #A56541;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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