Html Css Color HEX #A55D35 Desert

📋 copy color: '#A55D35'

red 165 ◦ green 93 ◦ blue 53

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

Shades of Desert #A55D35

Tints of Desert #A55D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 53.05%
G = 29.9%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A55D35 (or 0xA55D35) is known color: Desert. HEX triplet: A5, 5D and 35. RGB value is (165,93,53). Sum of RGB (Red+Green+Blue) = 165+93+53=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D35 is #5AA2CA. Grayscale: #6E6E6E. Windows color (decimal): -5939915 or 3497381. OLE color: 3497381.

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

Color convert

RGB 165 93 53 -
CMYK 0 0.44 0.68 0.35
HSL 21.43º 0.51% 0.43% -
HSV(B) 21.43º 0.68% 0.65% -
XYZ 20.07 16.09 5.41 -
YUV 109.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 165 93 53 0 0.44 0.68 0.35 21.43 0.51 0.43
Hex A5 5D 35 0 2C 44 23 15 33 2B
Octal 245 135 65 0 54 104 43 25 63 53
Binary 10100101 1011101 110101 0 101100 1000100 100011 10101 110011 101011

Color Harmonies of #A55D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D35

Black with #A55D35

Text Example


Text Example

White with #A55D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D35; }

 p { color: rgb(165,93,53); }

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

background-color css

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

 a { background-color: rgb(165,93,53); }

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

border-color css

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

 span { border-color: rgb(165,93,53); }

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