Html Css Color HEX #A55B37 Desert

📋 copy color: '#A55B37'

red 165 ◦ green 91 ◦ blue 55

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

Shades of Desert #A55B37

Tints of Desert #A55B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 53.05%
G = 29.26%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A55B37 (or 0xA55B37) is known color: Desert. HEX triplet: A5, 5B and 37. RGB value is (165,91,55). Sum of RGB (Red+Green+Blue) = 165+91+55=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B37 is #5AA4C8. Grayscale: #6D6D6D. Windows color (decimal): -5940425 or 3627941. OLE color: 3627941.

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

Color convert

RGB 165 91 55 -
CMYK 0 0.45 0.67 0.35
HSL 19.64º 0.5% 0.43% -
HSV(B) 19.64º 0.67% 0.65% -
XYZ 19.95 15.76 5.6 -
YUV 109.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 165 91 55 0 0.45 0.67 0.35 19.64 0.5 0.43
Hex A5 5B 37 0 2D 43 23 14 32 2B
Octal 245 133 67 0 55 103 43 24 62 53
Binary 10100101 1011011 110111 0 101101 1000011 100011 10100 110010 101011

Color Harmonies of #A55B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B37

Black with #A55B37

Text Example


Text Example

White with #A55B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B37; }

 p { color: rgb(165,91,55); }

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

background-color css

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

 a { background-color: rgb(165,91,55); }

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

border-color css

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

 span { border-color: rgb(165,91,55); }

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