Html Css Color HEX #A55E3D Desert

📋 copy color: '#A55E3D'

red 165 ◦ green 94 ◦ blue 61

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

Shades of Desert #A55E3D

Tints of Desert #A55E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 51.56%
G = 29.38%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A55E3D (or 0xA55E3D) is known color: Desert. HEX triplet: A5, 5E and 3D. RGB value is (165,94,61). Sum of RGB (Red+Green+Blue) = 165+94+61=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E3D is #5AA1C2. Grayscale: #6F6F6F. Windows color (decimal): -5939651 or 4021925. OLE color: 4021925.

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

Color convert

RGB 165 94 61 -
CMYK 0 0.43 0.63 0.35
HSL 19.04º 0.46% 0.44% -
HSV(B) 19.04º 0.63% 0.65% -
XYZ 20.36 16.34 6.5 -
YUV 111.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 165 94 61 0 0.43 0.63 0.35 19.04 0.46 0.44
Hex A5 5E 3D 0 2B 3F 23 13 2E 2C
Octal 245 136 75 0 53 77 43 23 56 54
Binary 10100101 1011110 111101 0 101011 111111 100011 10011 101110 101100

Color Harmonies of #A55E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E3D

Black with #A55E3D

Text Example


Text Example

White with #A55E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E3D; }

 p { color: rgb(165,94,61); }

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

background-color css

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

 a { background-color: rgb(165,94,61); }

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

border-color css

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

 span { border-color: rgb(165,94,61); }

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